Html Css Color HEX #695706 Raw Umber

📋 copy color: '#695706'

red 105 ◦ green 87 ◦ blue 6

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

Shades of Raw Umber #695706

Tints of Raw Umber #695706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.94%

 BLUE value IS 6 (2.73% from 255) = 3.03%

R = 53.03%
G = 43.94%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#695706 (or 0x695706) is known color: Raw Umber. HEX triplet: 69, 57 and 06. RGB value is (105,87,6). Sum of RGB (Red+Green+Blue) = 105+87+6=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #695706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695706 is #96A8F9. Grayscale: #535353. Windows color (decimal): -9873658 or 415593. OLE color: 415593.

HSL color Cylindrical-coordinate representation of color #695706: hue angle of 49.09º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #695706 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 87 6 -
CMYK 0 0.17 0.94 0.59
HSL 49.09º 0.89% 0.22% -
HSV(B) 49.09º 0.94% 0.41% -
XYZ 9.27 9.83 1.58 -
YUV 83.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 105 87 6 0 0.17 0.94 0.59 49.09 0.89 0.22
Hex 69 57 6 0 11 5E 3B 31 59 16
Octal 151 127 6 0 21 136 73 61 131 26
Binary 1101001 1010111 110 0 10001 1011110 111011 110001 1011001 10110

Color Harmonies of #695706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695706

Black with #695706

Text Example


Text Example

White with #695706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695706; }

 p { color: rgb(105,87,6); }

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

background-color css

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

 a { background-color: rgb(105,87,6); }

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

border-color css

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

 span { border-color: rgb(105,87,6); }

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