Html Css Color HEX #685215 Raw Umber

📋 copy color: '#685215'

red 104 ◦ green 82 ◦ blue 21

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

Shades of Raw Umber #685215

Tints of Raw Umber #685215

RGB

 RED value IS 104 (41.02% from 255) = 50.24%

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

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

R = 50.24%
G = 39.61%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#685215 (or 0x685215) is known color: Raw Umber. HEX triplet: 68, 52 and 15. RGB value is (104,82,21). Sum of RGB (Red+Green+Blue) = 104+82+21=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #685215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685215 is #97ADEA. Grayscale: #515151. Windows color (decimal): -9940459 or 1397352. OLE color: 1397352.

HSL color Cylindrical-coordinate representation of color #685215: hue angle of 44.1º degrees, saturation: 0.66, 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 #685215 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 21 -
CMYK 0 0.21 0.80 0.59
HSL 44.1º 0.66% 0.25% -
HSV(B) 44.1º 0.8% 0.41% -
XYZ 8.86 9.03 1.99 -
YUV 81.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 104 82 21 0 0.21 0.80 0.59 44.1 0.66 0.25
Hex 68 52 15 0 15 50 3B 2C 42 19
Octal 150 122 25 0 25 120 73 54 102 31
Binary 1101000 1010010 10101 0 10101 1010000 111011 101100 1000010 11001

Color Harmonies of #685215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685215

Black with #685215

Text Example


Text Example

White with #685215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685215; }

 p { color: rgb(104,82,21); }

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

background-color css

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

 a { background-color: rgb(104,82,21); }

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

border-color css

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

 span { border-color: rgb(104,82,21); }

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