#694008

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

Shades of Raw Umber #694008

Tints of Raw Umber #694008

Color information

#694008 (or 0x694008) is unknown color: approx Raw Umber. HEX triplet: 69, 40 and 08. RGB value is (105,64,8). Sum of RGB (Red+Green+Blue) = 105+64+8=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #694008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694008 is #96BFF7. Grayscale: #464646. Windows color (decimal): -9879544 or 540777. OLE color: 540777.

HSL color Cylindrical-coordinate representation of color #694008: hue angle of 34.64º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #694008 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB105648-
CMYK00.390.920.59
HSL34.64º85.84%22.16%-
HSV(B)34.64º92.38%41.18%-
XYZ7.76.691.11-
YUV69.8893.08153.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 8 (3.52% from 255) = 4.52%
R=59.32%
G=36.16%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10564800.390.920.5934.6485.8422.16
Hex694080275C3B235616
Octal15110010047134734312626
Binary11010011000000100001001111011100111011100011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694008; }

 p { color: rgb(105,64,8); }

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

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

 a { background-color: rgb(105,64,8); }

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

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

 span { border-color: rgb(105,64,8); }

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