Html Css Color HEX #695616 Raw Umber

📋 copy color: '#695616'

red 105 ◦ green 86 ◦ blue 22

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

Shades of Raw Umber #695616

Tints of Raw Umber #695616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.38%

 BLUE value IS 22 (8.98% from 255) = 10.33%

R = 49.3%
G = 40.38%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#695616 (or 0x695616) is known color: Raw Umber. HEX triplet: 69, 56 and 16. RGB value is (105,86,22). Sum of RGB (Red+Green+Blue) = 105+86+22=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #695616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695616 is #96A9E9. Grayscale: #545454. Windows color (decimal): -9873898 or 1463913. OLE color: 1463913.

HSL color Cylindrical-coordinate representation of color #695616: hue angle of 46.27º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #695616 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 86 22 -
CMYK 0 0.18 0.79 0.59
HSL 46.27º 0.65% 0.25% -
HSV(B) 46.27º 0.79% 0.41% -
XYZ 9.3 9.72 2.14 -
YUV 84.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 105 86 22 0 0.18 0.79 0.59 46.27 0.65 0.25
Hex 69 56 16 0 12 4F 3B 2E 41 19
Octal 151 126 26 0 22 117 73 56 101 31
Binary 1101001 1010110 10110 0 10010 1001111 111011 101110 1000001 11001

Color Harmonies of #695616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695616

Black with #695616

Text Example


Text Example

White with #695616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695616; }

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

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

background-color css

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

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

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

border-color css

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

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

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