#694B0C

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

Shades of Raw Umber #694B0C

Tints of Raw Umber #694B0C

Color information

#694B0C (or 0x694B0C) is unknown color: approx Raw Umber. HEX triplet: 69, 4B and 0C. RGB value is (105,75,12). Sum of RGB (Red+Green+Blue) = 105+75+12=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #694B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694B0C is #96B4F3. Grayscale: #4D4D4D. Windows color (decimal): -9876724 or 805737. OLE color: 805737.

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

Color convert

RGB1057512-
CMYK00.290.890.59
HSL40.65º79.49%22.94%-
HSV(B)40.65º88.57%41.18%-
XYZ8.418.061.46-
YUV76.7991.44148.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=54.69%
G=39.06%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105751200.290.890.5940.6579.4922.94
Hex694BC01D593B294f17
Octal15111314035131735111727
Binary1101001100101111000111011011001111011101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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