Html Css Color HEX #695516 Raw Umber

📋 copy color: '#695516'

red 105 ◦ green 85 ◦ blue 22

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

Shades of Raw Umber #695516

Tints of Raw Umber #695516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

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

R = 49.53%
G = 40.09%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#695516 (or 0x695516) is known color: Raw Umber. HEX triplet: 69, 55 and 16. RGB value is (105,85,22). Sum of RGB (Red+Green+Blue) = 105+85+22=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #695516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695516 is #96AAE9. Grayscale: #545454. Windows color (decimal): -9874154 or 1463657. OLE color: 1463657.

HSL color Cylindrical-coordinate representation of color #695516: hue angle of 45.54º 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 #695516 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 85 22 -
CMYK 0 0.19 0.79 0.59
HSL 45.54º 0.65% 0.25% -
HSV(B) 45.54º 0.79% 0.41% -
XYZ 9.22 9.56 2.12 -
YUV 83.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 105 85 22 0 0.19 0.79 0.59 45.54 0.65 0.25
Hex 69 55 16 0 13 4F 3B 2E 41 19
Octal 151 125 26 0 23 117 73 56 101 31
Binary 1101001 1010101 10110 0 10011 1001111 111011 101110 1000001 11001

Color Harmonies of #695516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695516

Black with #695516

Text Example


Text Example

White with #695516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695516; }

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

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

background-color css

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

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

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

border-color css

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

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

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