#695C09

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

Shades of Raw Umber #695C09

Tints of Raw Umber #695C09

Color information

#695C09 (or 0x695C09) is unknown color: approx Raw Umber. HEX triplet: 69, 5C and 09. RGB value is (105,92,9). Sum of RGB (Red+Green+Blue) = 105+92+9=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #695C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C09 is #96A3F6. Grayscale: #565656. Windows color (decimal): -9872375 or 613481. OLE color: 613481.

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

Color convert

RGB105929-
CMYK00.120.910.59
HSL51.88º84.21%22.35%-
HSV(B)51.88º91.43%41.18%-
XYZ9.710.681.81-
YUV86.4284.31141.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 92 (36.33% from 255) = 44.66%
BLUE value IS 9 (3.91% from 255) = 4.37%
R=50.97%
G=44.66%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10592900.120.910.5951.8884.2122.35
Hex695C90C5B3B345416
Octal15113411014133736412426
Binary110100110111001001011001011011111011110100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,92,9); }

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

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

 a { background-color: rgb(105,92,9); }

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

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

 span { border-color: rgb(105,92,9); }

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