#695010

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

Shades of Raw Umber #695010

Tints of Raw Umber #695010

Color information

#695010 (or 0x695010) is unknown color: approx Raw Umber. HEX triplet: 69, 50 and 10. RGB value is (105,80,16). Sum of RGB (Red+Green+Blue) = 105+80+16=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #695010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695010 is #96AFEF. Grayscale: #505050. Windows color (decimal): -9875440 or 1069161. OLE color: 1069161.

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

Color convert

RGB1058016-
CMYK00.240.850.59
HSL43.15º73.55%23.73%-
HSV(B)43.15º84.76%41.18%-
XYZ8.798.781.72-
YUV80.1891.78145.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=52.24%
G=39.80%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105801600.240.850.5943.1573.5523.73
Hex695010018553B2b4a18
Octal15112020030125735311230
Binary11010011010000100000110001010101111011101011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695010; }

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

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

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

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

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

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

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

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