#695112

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

Shades of Raw Umber #695112

Tints of Raw Umber #695112

Color information

#695112 (or 0x695112) is unknown color: approx Raw Umber. HEX triplet: 69, 51 and 12. RGB value is (105,81,18). Sum of RGB (Red+Green+Blue) = 105+81+18=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #695112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695112 is #96AEED. Grayscale: #515151. Windows color (decimal): -9875182 or 1200489. OLE color: 1200489.

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

Color convert

RGB1058118-
CMYK00.230.830.59
HSL43.45º70.73%24.12%-
HSV(B)43.45º82.86%41.18%-
XYZ8.888.931.83-
YUV80.9992.45145.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=51.47%
G=39.71%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105811800.230.830.5943.4570.7324.12
Hex695112017533B2b4718
Octal15112122027123735310730
Binary11010011010001100100101111010011111011101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695112; }

 p { color: rgb(105,81,18); }

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

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

 a { background-color: rgb(105,81,18); }

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

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

 span { border-color: rgb(105,81,18); }

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