#694310

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

Shades of Raw Umber #694310

Tints of Raw Umber #694310

Color information

#694310 (or 0x694310) is unknown color: approx Raw Umber. HEX triplet: 69, 43 and 10. RGB value is (105,67,16). Sum of RGB (Red+Green+Blue) = 105+67+16=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #694310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694310 is #96BCEF. Grayscale: #484848. Windows color (decimal): -9878768 or 1065833. OLE color: 1065833.

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

Color convert

RGB1056716-
CMYK00.360.850.59
HSL34.38º73.55%23.73%-
HSV(B)34.38º84.76%41.18%-
XYZ7.937.051.43-
YUV72.5596.09151.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=55.85%
G=35.64%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105671600.360.850.5934.3873.5523.73
Hex694310024553B224a18
Octal15110320044125734211230
Binary110100110000111000001001001010101111011100010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694310; }

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

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

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

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

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

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

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

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