Html Css Color HEX #695219 Raw Umber

📋 copy color: '#695219'

red 105 ◦ green 82 ◦ blue 25

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

Shades of Raw Umber #695219

Tints of Raw Umber #695219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.79%

R = 49.53%
G = 38.68%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#695219 (or 0x695219) is known color: Raw Umber. HEX triplet: 69, 52 and 19. RGB value is (105,82,25). Sum of RGB (Red+Green+Blue) = 105+82+25=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #695219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695219 is #96ADE6. Grayscale: #525252. Windows color (decimal): -9874919 or 1659497. OLE color: 1659497.

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

Color convert

RGB 105 82 25 -
CMYK 0 0.22 0.76 0.59
HSL 42.75º 0.62% 0.25% -
HSV(B) 42.75º 0.76% 0.41% -
XYZ 9.02 9.11 2.2 -
YUV 82.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 105 82 25 0 0.22 0.76 0.59 42.75 0.62 0.25
Hex 69 52 19 0 16 4C 3B 2B 3E 19
Octal 151 122 31 0 26 114 73 53 76 31
Binary 1101001 1010010 11001 0 10110 1001100 111011 101011 111110 11001

Color Harmonies of #695219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695219

Black with #695219

Text Example


Text Example

White with #695219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695219; }

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

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

background-color css

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

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

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

border-color css

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

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

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