#695612

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

Shades of Raw Umber #695612

Tints of Raw Umber #695612

Color information

#695612 (or 0x695612) is unknown color: approx Raw Umber. HEX triplet: 69, 56 and 12. RGB value is (105,86,18). Sum of RGB (Red+Green+Blue) = 105+86+18=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #695612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695612 is #96A9ED. Grayscale: #545454. Windows color (decimal): -9873902 or 1201769. OLE color: 1201769.

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

Color convert

RGB1058618-
CMYK00.180.830.59
HSL46.9º70.73%24.12%-
HSV(B)46.9º82.86%41.18%-
XYZ9.269.71.96-
YUV83.9390.79143.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 86 (33.98% from 255) = 41.15%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=50.24%
G=41.15%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105861800.180.830.5946.970.7324.12
Hex695612012533B2f4718
Octal15112622022123735710730
Binary11010011010110100100100101010011111011101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695612; }

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

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

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

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

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

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

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

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