Html Css Color HEX #695C09 Raw Umber

📋 copy color: '#695C09'

red 105 ◦ green 92 ◦ blue 9

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

Shades of Raw Umber #695C09

Tints of Raw Umber #695C09

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

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#695C09 (or 0x695C09) is known color: 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

RGB 105 92 9 -
CMYK 0 0.12 0.91 0.59
HSL 51.88º 0.84% 0.22% -
HSV(B) 51.88º 0.91% 0.41% -
XYZ 9.7 10.68 1.81 -
YUV 86.43 84.31 141.25 -
System Red Green Blue C M Y K H S L
Decimal 105 92 9 0 0.12 0.91 0.59 51.88 0.84 0.22
Hex 69 5C 9 0 C 5B 3B 34 54 16
Octal 151 134 11 0 14 133 73 64 124 26
Binary 1101001 1011100 1001 0 1100 1011011 111011 110100 1010100 10110

Color Harmonies of #695C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C09

Black with #695C09

Text Example


Text Example

White with #695C09

Text Example


Text Example

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