#694410

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

Shades of Raw Umber #694410

Tints of Raw Umber #694410

Color information

#694410 (or 0x694410) is unknown color: approx Raw Umber. HEX triplet: 69, 44 and 10. RGB value is (105,68,16). Sum of RGB (Red+Green+Blue) = 105+68+16=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #694410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694410 is #96BBEF. Grayscale: #494949. Windows color (decimal): -9878512 or 1066089. OLE color: 1066089.

HSL color Cylindrical-coordinate representation of color #694410: hue angle of 35.06º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #694410 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB1056816-
CMYK00.350.850.59
HSL35.06º73.55%23.73%-
HSV(B)35.06º84.76%41.18%-
XYZ7.997.171.45-
YUV73.1395.76150.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.56%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=55.56%
G=35.98%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105681600.350.850.5935.0673.5523.73
Hex694410023553B234a18
Octal15110420043125734311230
Binary110100110001001000001000111010101111011100011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694410; }

 p { color: rgb(105,68,16); }

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

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

 a { background-color: rgb(105,68,16); }

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

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

 span { border-color: rgb(105,68,16); }

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