#695011

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

Shades of Raw Umber #695011

Tints of Raw Umber #695011

Color information

#695011 (or 0x695011) is unknown color: approx Raw Umber. HEX triplet: 69, 50 and 11. RGB value is (105,80,17). Sum of RGB (Red+Green+Blue) = 105+80+17=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #695011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695011 is #96AFEE. Grayscale: #505050. Windows color (decimal): -9875439 or 1134697. OLE color: 1134697.

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

Color convert

RGB1058017-
CMYK00.240.840.59
HSL42.95º72.13%23.92%-
HSV(B)42.95º83.81%41.18%-
XYZ8.88.781.76-
YUV80.2992.28145.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.98%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 17 (7.03% from 255) = 8.42%
R=51.98%
G=39.60%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105801700.240.840.5942.9572.1323.92
Hex695011018543B2b4818
Octal15112021030124735311030
Binary11010011010000100010110001010100111011101011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695011; }

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

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

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

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

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

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

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

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