#695006

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

Shades of Raw Umber #695006

Tints of Raw Umber #695006

Color information

#695006 (or 0x695006) is unknown color: approx Raw Umber. HEX triplet: 69, 50 and 06. RGB value is (105,80,6). Sum of RGB (Red+Green+Blue) = 105+80+6=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #695006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695006 is #96AFF9. Grayscale: #4F4F4F. Windows color (decimal): -9875450 or 413801. OLE color: 413801.

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

Color convert

RGB105806-
CMYK00.240.940.59
HSL44.85º89.19%21.76%-
HSV(B)44.85º94.29%41.18%-
XYZ8.738.751.4-
YUV79.0486.78146.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=54.97%
G=41.88%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10580600.240.940.5944.8589.1921.76
Hex695060185E3B2d5916
Octal1511206030136735513126
Binary110100110100001100110001011110111011101101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695006; }

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

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

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

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

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

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

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

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