Html Css Color HEX #695409 Raw Umber

📋 copy color: '#695409'

red 105 ◦ green 84 ◦ blue 9

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

Shades of Raw Umber #695409

Tints of Raw Umber #695409

RGB

 RED value IS 105 (41.41% from 255) = 53.03%

 GREEN value IS 84 (33.2% from 255) = 42.42%

 BLUE value IS 9 (3.91% from 255) = 4.55%

R = 53.03%
G = 42.42%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#695409 (or 0x695409) is known color: Raw Umber. HEX triplet: 69, 54 and 09. RGB value is (105,84,9). Sum of RGB (Red+Green+Blue) = 105+84+9=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #695409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695409 is #96ABF6. Grayscale: #525252. Windows color (decimal): -9874423 or 611433. OLE color: 611433.

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

Color convert

RGB 105 84 9 -
CMYK 0 0.20 0.91 0.59
HSL 46.88º 0.84% 0.22% -
HSV(B) 46.88º 0.91% 0.41% -
XYZ 9.05 9.36 1.59 -
YUV 81.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 105 84 9 0 0.20 0.91 0.59 46.88 0.84 0.22
Hex 69 54 9 0 14 5B 3B 2F 54 16
Octal 151 124 11 0 24 133 73 57 124 26
Binary 1101001 1010100 1001 0 10100 1011011 111011 101111 1010100 10110

Color Harmonies of #695409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695409

Black with #695409

Text Example


Text Example

White with #695409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695409; }

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

 H1.HeaderClassName
 {
   color: #695409;
 }
 .AnyTagClassName
 {
   color: #695409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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