#695411

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

Shades of Raw Umber #695411

Tints of Raw Umber #695411

Color information

#695411 (or 0x695411) is unknown color: approx Raw Umber. HEX triplet: 69, 54 and 11. RGB value is (105,84,17). Sum of RGB (Red+Green+Blue) = 105+84+17=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #695411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695411 is #96ABEE. Grayscale: #525252. Windows color (decimal): -9874415 or 1135721. OLE color: 1135721.

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

Color convert

RGB1058417-
CMYK00.200.840.59
HSL45.68º72.13%23.92%-
HSV(B)45.68º83.81%41.18%-
XYZ9.19.381.86-
YUV82.6490.96143.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 17 (7.03% from 255) = 8.25%
R=50.97%
G=40.78%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105841700.200.840.5945.6872.1323.92
Hex695411014543B2e4818
Octal15112421024124735611030
Binary11010011010100100010101001010100111011101110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695411; }

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

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

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

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

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

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

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

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