#695406

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

Shades of Raw Umber #695406

Tints of Raw Umber #695406

Color information

#695406 (or 0x695406) is unknown color: approx Raw Umber. HEX triplet: 69, 54 and 06. RGB value is (105,84,6). Sum of RGB (Red+Green+Blue) = 105+84+6=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #695406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695406 is #96ABF9. Grayscale: #515151. Windows color (decimal): -9874426 or 414825. OLE color: 414825.

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

Color convert

RGB105846-
CMYK00.200.940.59
HSL47.27º89.19%21.76%-
HSV(B)47.27º94.29%41.18%-
XYZ9.039.361.5-
YUV81.3985.46144.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 6 (2.73% from 255) = 3.08%
R=53.85%
G=43.08%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10584600.200.940.5947.2789.1921.76
Hex695460145E3B2f5916
Octal1511246024136735713126
Binary110100110101001100101001011110111011101111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695406; }

 p { color: rgb(105,84,6); }

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

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

 a { background-color: rgb(105,84,6); }

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

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

 span { border-color: rgb(105,84,6); }

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