Html Css Color HEX #695615 Raw Umber

📋 copy color: '#695615'

red 105 ◦ green 86 ◦ blue 21

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

Shades of Raw Umber #695615

Tints of Raw Umber #695615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 49.53%
G = 40.57%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#695615 (or 0x695615) is known color: Raw Umber. HEX triplet: 69, 56 and 15. RGB value is (105,86,21). Sum of RGB (Red+Green+Blue) = 105+86+21=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #695615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695615 is #96A9EA. Grayscale: #545454. Windows color (decimal): -9873899 or 1398377. OLE color: 1398377.

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

Color convert

RGB 105 86 21 -
CMYK 0 0.18 0.80 0.59
HSL 46.43º 0.67% 0.25% -
HSV(B) 46.43º 0.8% 0.41% -
XYZ 9.29 9.71 2.09 -
YUV 84.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 105 86 21 0 0.18 0.80 0.59 46.43 0.67 0.25
Hex 69 56 15 0 12 50 3B 2E 43 19
Octal 151 126 25 0 22 120 73 56 103 31
Binary 1101001 1010110 10101 0 10010 1010000 111011 101110 1000011 11001

Color Harmonies of #695615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695615

Black with #695615

Text Example


Text Example

White with #695615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695615; }

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

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

background-color css

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

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

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

border-color css

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

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

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