#695318

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

Shades of Raw Umber #695318

Tints of Raw Umber #695318

Color information

#695318 (or 0x695318) is unknown color: approx Raw Umber. HEX triplet: 69, 53 and 18. RGB value is (105,83,24). Sum of RGB (Red+Green+Blue) = 105+83+24=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #695318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695318 is #96ACE7. Grayscale: #535353. Windows color (decimal): -9874664 or 1594217. OLE color: 1594217.

HSL color Cylindrical-coordinate representation of color #695318: hue angle of 43.7º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #695318 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1058324-
CMYK00.210.770.59
HSL43.7º62.79%25.29%-
HSV(B)43.7º77.14%41.18%-
XYZ9.089.262.17-
YUV82.8594.79143.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=49.53%
G=39.15%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105832400.210.770.5943.762.7925.29
Hex6953180154D3B2c3f19
Octal1511233002511573547731
Binary1101001101001111000010101100110111101110110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695318; }

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

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

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

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

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

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

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

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