Html Css Color HEX #695716 Raw Umber

📋 copy color: '#695716'

red 105 ◦ green 87 ◦ blue 22

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

Shades of Raw Umber #695716

Tints of Raw Umber #695716

RGB

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

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

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

R = 49.07%
G = 40.65%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#695716 (or 0x695716) is known color: Raw Umber. HEX triplet: 69, 57 and 16. RGB value is (105,87,22). Sum of RGB (Red+Green+Blue) = 105+87+22=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #695716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695716 is #96A8E9. Grayscale: #555555. Windows color (decimal): -9873642 or 1464169. OLE color: 1464169.

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

Color convert

RGB 105 87 22 -
CMYK 0 0.17 0.79 0.59
HSL 46.99º 0.65% 0.25% -
HSV(B) 46.99º 0.79% 0.41% -
XYZ 9.38 9.88 2.17 -
YUV 84.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 105 87 22 0 0.17 0.79 0.59 46.99 0.65 0.25
Hex 69 57 16 0 11 4F 3B 2F 41 19
Octal 151 127 26 0 21 117 73 57 101 31
Binary 1101001 1010111 10110 0 10001 1001111 111011 101111 1000001 11001

Color Harmonies of #695716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695716

Black with #695716

Text Example


Text Example

White with #695716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695716; }

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

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

background-color css

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

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

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

border-color css

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

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

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