Html Css Color HEX #685015 Raw Umber

📋 copy color: '#685015'

red 104 ◦ green 80 ◦ blue 21

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

Shades of Raw Umber #685015

Tints of Raw Umber #685015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

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

R = 50.73%
G = 39.02%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#685015 (or 0x685015) is known color: Raw Umber. HEX triplet: 68, 50 and 15. RGB value is (104,80,21). Sum of RGB (Red+Green+Blue) = 104+80+21=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #685015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685015 is #97AFEA. Grayscale: #505050. Windows color (decimal): -9940971 or 1396840. OLE color: 1396840.

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

Color convert

RGB 104 80 21 -
CMYK 0 0.23 0.80 0.59
HSL 42.65º 0.66% 0.25% -
HSV(B) 42.65º 0.8% 0.41% -
XYZ 8.71 8.73 1.94 -
YUV 80.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 104 80 21 0 0.23 0.80 0.59 42.65 0.66 0.25
Hex 68 50 15 0 17 50 3B 2B 42 19
Octal 150 120 25 0 27 120 73 53 102 31
Binary 1101000 1010000 10101 0 10111 1010000 111011 101011 1000010 11001

Color Harmonies of #685015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685015

Black with #685015

Text Example


Text Example

White with #685015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685015; }

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

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

background-color css

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

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

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

border-color css

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

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

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