#694A0B

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

Shades of Raw Umber #694A0B

Tints of Raw Umber #694A0B

Color information

#694A0B (or 0x694A0B) is unknown color: approx Raw Umber. HEX triplet: 69, 4A and 0B. RGB value is (105,74,11). Sum of RGB (Red+Green+Blue) = 105+74+11=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #694A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A0B is #96B5F4. Grayscale: #4C4C4C. Windows color (decimal): -9876981 or 739945. OLE color: 739945.

HSL color Cylindrical-coordinate representation of color #694A0B: hue angle of 40.21º degrees, saturation: 0.81, 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 #694A0B is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1057411-
CMYK00.300.900.59
HSL40.21º81.03%22.75%-
HSV(B)40.21º89.52%41.18%-
XYZ8.337.921.41-
YUV76.0991.27148.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=55.26%
G=38.95%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105741100.300.900.5940.2181.0322.75
Hex694AB01E5A3B285117
Octal15111213036132735012127
Binary1101001100101010110111101011010111011101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,74,11); }

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

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

 a { background-color: rgb(105,74,11); }

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

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

 span { border-color: rgb(105,74,11); }

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