Html Css Color HEX #695213 Raw Umber

📋 copy color: '#695213'

red 105 ◦ green 82 ◦ blue 19

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

Shades of Raw Umber #695213

Tints of Raw Umber #695213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.22%

R = 50.97%
G = 39.81%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#695213 (or 0x695213) is known color: Raw Umber. HEX triplet: 69, 52 and 13. RGB value is (105,82,19). Sum of RGB (Red+Green+Blue) = 105+82+19=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #695213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695213 is #96ADEC. Grayscale: #515151. Windows color (decimal): -9874925 or 1266281. OLE color: 1266281.

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

Color convert

RGB 105 82 19 -
CMYK 0 0.22 0.82 0.59
HSL 43.95º 0.69% 0.24% -
HSV(B) 43.95º 0.82% 0.41% -
XYZ 8.96 9.08 1.9 -
YUV 81.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 105 82 19 0 0.22 0.82 0.59 43.95 0.69 0.24
Hex 69 52 13 0 16 52 3B 2C 45 18
Octal 151 122 23 0 26 122 73 54 105 30
Binary 1101001 1010010 10011 0 10110 1010010 111011 101100 1000101 11000

Color Harmonies of #695213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695213

Black with #695213

Text Example


Text Example

White with #695213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695213; }

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

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

background-color css

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

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

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

border-color css

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

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

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