Html Css Color HEX #695218 Raw Umber

📋 copy color: '#695218'

red 105 ◦ green 82 ◦ blue 24

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

Shades of Raw Umber #695218

Tints of Raw Umber #695218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.86%

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 49.76%
G = 38.86%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#695218 (or 0x695218) is known color: Raw Umber. HEX triplet: 69, 52 and 18. RGB value is (105,82,24). Sum of RGB (Red+Green+Blue) = 105+82+24=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #695218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695218 is #96ADE7. Grayscale: #525252. Windows color (decimal): -9874920 or 1593961. OLE color: 1593961.

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

Color convert

RGB 105 82 24 -
CMYK 0 0.22 0.77 0.59
HSL 42.96º 0.63% 0.25% -
HSV(B) 42.96º 0.77% 0.41% -
XYZ 9.01 9.1 2.15 -
YUV 82.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 105 82 24 0 0.22 0.77 0.59 42.96 0.63 0.25
Hex 69 52 18 0 16 4D 3B 2B 3F 19
Octal 151 122 30 0 26 115 73 53 77 31
Binary 1101001 1010010 11000 0 10110 1001101 111011 101011 111111 11001

Color Harmonies of #695218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695218

Black with #695218

Text Example


Text Example

White with #695218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695218; }

 p { color: rgb(105,82,24); }

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

background-color css

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

 a { background-color: rgb(105,82,24); }

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

border-color css

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

 span { border-color: rgb(105,82,24); }

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