#695A0D

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

Shades of Raw Umber #695A0D

Tints of Raw Umber #695A0D

Color information

#695A0D (or 0x695A0D) is unknown color: approx Raw Umber. HEX triplet: 69, 5A and 0D. RGB value is (105,90,13). Sum of RGB (Red+Green+Blue) = 105+90+13=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #695A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695A0D is #96A5F2. Grayscale: #565656. Windows color (decimal): -9872883 or 875113. OLE color: 875113.

HSL color Cylindrical-coordinate representation of color #695A0D: hue angle of 50.22º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #695A0D is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1059013-
CMYK00.140.880.59
HSL50.22º77.97%23.14%-
HSV(B)50.22º87.62%41.18%-
XYZ9.5510.341.87-
YUV85.7186.97141.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=50.48%
G=43.27%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105901300.140.880.5950.2277.9723.14
Hex695AD0E583B324e17
Octal15113215016130736211627
Binary110100110110101101011101011000111011110010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695A0D; }

 p { color: rgb(105,90,13); }

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

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

 a { background-color: rgb(105,90,13); }

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

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

 span { border-color: rgb(105,90,13); }

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