#694708

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

Shades of Raw Umber #694708

Tints of Raw Umber #694708

Color information

#694708 (or 0x694708) is unknown color: approx Raw Umber. HEX triplet: 69, 47 and 08. RGB value is (105,71,8). Sum of RGB (Red+Green+Blue) = 105+71+8=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #694708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694708 is #96B8F7. Grayscale: #4A4A4A. Windows color (decimal): -9877752 or 542569. OLE color: 542569.

HSL color Cylindrical-coordinate representation of color #694708: hue angle of 38.97º 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 #694708 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB105718-
CMYK00.320.920.59
HSL38.97º85.84%22.16%-
HSV(B)38.97º92.38%41.18%-
XYZ8.127.531.25-
YUV73.9890.76150.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=57.07%
G=38.59%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10571800.320.920.5938.9785.8422.16
Hex694780205C3B275616
Octal15110710040134734712626
Binary11010011000111100001000001011100111011100111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694708; }

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

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

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

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

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

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

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

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