#694510

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

Shades of Raw Umber #694510

Tints of Raw Umber #694510

Color information

#694510 (or 0x694510) is unknown color: approx Raw Umber. HEX triplet: 69, 45 and 10. RGB value is (105,69,16). Sum of RGB (Red+Green+Blue) = 105+69+16=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #694510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694510 is #96BAEF. Grayscale: #494949. Windows color (decimal): -9878256 or 1066345. OLE color: 1066345.

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

Color convert

RGB1056916-
CMYK00.340.850.59
HSL35.73º73.55%23.73%-
HSV(B)35.73º84.76%41.18%-
XYZ8.057.31.47-
YUV73.7295.43150.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=55.26%
G=36.32%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105691600.340.850.5935.7373.5523.73
Hex694510022553B244a18
Octal15110520042125734411230
Binary110100110001011000001000101010101111011100100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694510; }

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

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

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

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

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

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

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

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