Html Css Color HEX #685315 Raw Umber

📋 copy color: '#685315'

red 104 ◦ green 83 ◦ blue 21

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

Shades of Raw Umber #685315

Tints of Raw Umber #685315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.9%

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

R = 50%
G = 39.9%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#685315 (or 0x685315) is known color: Raw Umber. HEX triplet: 68, 53 and 15. RGB value is (104,83,21). Sum of RGB (Red+Green+Blue) = 104+83+21=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #685315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685315 is #97ACEA. Grayscale: #525252. Windows color (decimal): -9940203 or 1397608. OLE color: 1397608.

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

Color convert

RGB 104 83 21 -
CMYK 0 0.20 0.80 0.59
HSL 44.82º 0.66% 0.25% -
HSV(B) 44.82º 0.8% 0.41% -
XYZ 8.94 9.18 2.01 -
YUV 82.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 104 83 21 0 0.20 0.80 0.59 44.82 0.66 0.25
Hex 68 53 15 0 14 50 3B 2D 42 19
Octal 150 123 25 0 24 120 73 55 102 31
Binary 1101000 1010011 10101 0 10100 1010000 111011 101101 1000010 11001

Color Harmonies of #685315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685315

Black with #685315

Text Example


Text Example

White with #685315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685315; }

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

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

background-color css

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

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

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

border-color css

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

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

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