Html Css Color HEX #695609 Raw Umber

📋 copy color: '#695609'

red 105 ◦ green 86 ◦ blue 9

#695609
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #695609

Tints of Raw Umber #695609

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 value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#695609 (or 0x695609) is known color: 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

RGB 105 86 9 -
CMYK 0 0.18 0.91 0.59
HSL 48.13º 0.84% 0.22% -
HSV(B) 48.13º 0.91% 0.41% -
XYZ 9.2 9.68 1.64 -
YUV 82.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 105 86 9 0 0.18 0.91 0.59 48.13 0.84 0.22
Hex 69 56 9 0 12 5B 3B 30 54 16
Octal 151 126 11 0 22 133 73 60 124 26
Binary 1101001 1010110 1001 0 10010 1011011 111011 110000 1010100 10110

Color Harmonies of #695609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695609

Black with #695609

Text Example


Text Example

White with #695609

Text Example


Text Example

HTML Codes & Css Web 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>