#695609

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

Shades of Raw Umber #695609

Tints of Raw Umber #695609

Color information

#695609 (or 0x695609) is unknown color: approx Raw Umber. HEX triplet: 69, 56 and 09. RGB value is (105,86,9). Sum of RGB (Red+Green+Blue) = 105+86+9=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #695609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695609 is #96A9F6. Grayscale: #535353. Windows color (decimal): -9873911 or 611945. OLE color: 611945.

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

Color convert

RGB105869-
CMYK00.180.910.59
HSL48.12º84.21%22.35%-
HSV(B)48.12º91.43%41.18%-
XYZ9.29.681.64-
YUV82.986.29143.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 9 (3.91% from 255) = 4.5%
R=52.5%
G=43%
B=4.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10586900.180.910.5948.1284.2122.35
Hex695690125B3B305416
Octal15112611022133736012426
Binary1101001101011010010100101011011111011110000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695609; }

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

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

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

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

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

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

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

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