#695410

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

Shades of Raw Umber #695410

Tints of Raw Umber #695410

Color information

#695410 (or 0x695410) is unknown color: approx Raw Umber. HEX triplet: 69, 54 and 10. RGB value is (105,84,16). Sum of RGB (Red+Green+Blue) = 105+84+16=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #695410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695410 is #96ABEF. Grayscale: #525252. Windows color (decimal): -9874416 or 1070185. OLE color: 1070185.

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

Color convert

RGB1058416-
CMYK00.200.850.59
HSL45.84º73.55%23.73%-
HSV(B)45.84º84.76%41.18%-
XYZ9.099.381.82-
YUV82.5390.46144.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=51.22%
G=40.98%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105841600.200.850.5945.8473.5523.73
Hex695410014553B2e4a18
Octal15112420024125735611230
Binary11010011010100100000101001010101111011101110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695410; }

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

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

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

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

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

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

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

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