#695311

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

Shades of Raw Umber #695311

Tints of Raw Umber #695311

Color information

#695311 (or 0x695311) is unknown color: approx Raw Umber. HEX triplet: 69, 53 and 11. RGB value is (105,83,17). Sum of RGB (Red+Green+Blue) = 105+83+17=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #695311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695311 is #96ACEE. Grayscale: #525252. Windows color (decimal): -9874671 or 1135465. OLE color: 1135465.

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

Color convert

RGB1058317-
CMYK00.210.840.59
HSL45º72.13%23.92%-
HSV(B)45º83.81%41.18%-
XYZ9.029.231.84-
YUV82.0591.29144.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=51.22%
G=40.49%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105831700.210.840.594572.1323.92
Hex695311015543B2d4818
Octal15112321025124735511030
Binary11010011010011100010101011010100111011101101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695311; }

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

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

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

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

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

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

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

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