#694B0A

Color #694B0A Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #694B0A

Tints of Raw Umber #694B0A

Color information

#694B0A (or 0x694B0A) is unknown color: approx Raw Umber. HEX triplet: 69, 4B and 0A. RGB value is (105,75,10). Sum of RGB (Red+Green+Blue) = 105+75+10=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #694B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694B0A is #96B4F5. Grayscale: #4C4C4C. Windows color (decimal): -9876726 or 674665. OLE color: 674665.

HSL color Cylindrical-coordinate representation of color #694B0A: hue angle of 41.05º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #694B0A is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1057510-
CMYK00.290.900.59
HSL41.05º82.61%22.55%-
HSV(B)41.05º90.48%41.18%-
XYZ8.48.061.4-
YUV76.5690.44148.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 75 (29.69% from 255) = 39.47%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=55.26%
G=39.47%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105751000.290.900.5941.0582.6122.55
Hex694BA01D5A3B295317
Octal15111312035132735112327
Binary1101001100101110100111011011010111011101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694B0A; }

 p { color: rgb(105,75,10); }

 H1.HeaderClassName
 {
   color: #694B0A;
 }
 .AnyTagClassName
 {
   color: #694B0A;
 }
</style>
background-color css

<style>
 a { background-color: #694B0A; }

 a { background-color: rgb(105,75,10); }

 div.DivClassName
 {
   background-color: #694B0A;
 }
 .BgClassName
 {
   background-color: #694B0A;
 }
</style>
border-color css

<style>
 span { border-color: #694B0A; }

 span { border-color: rgb(105,75,10); }

 td.TdClassName
 {
   border-color: #694B0A;
 }
 .TagClassName
 {
   border-color: #694B0A;
 }
</style>