Html Css Color HEX #6C5013 Raw Umber

📋 copy color: '#6C5013'

red 108 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #6C5013

Tints of Raw Umber #6C5013

RGB

 RED value IS 108 (42.58% from 255) = 52.17%

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

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

R = 52.17%
G = 38.65%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C5013 (or 0x6C5013) is known color: Raw Umber. HEX triplet: 6C, 50 and 13. RGB value is (108,80,19). Sum of RGB (Red+Green+Blue) = 108+80+19=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5013 is #93AFEC. Grayscale: #515151. Windows color (decimal): -9678829 or 1265772. OLE color: 1265772.

HSL color Cylindrical-coordinate representation of color #6C5013: hue angle of 41.12º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C5013 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 80 19 -
CMYK 0 0.26 0.82 0.58
HSL 41.12º 0.7% 0.25% -
HSV(B) 41.12º 0.82% 0.42% -
XYZ 9.17 8.97 1.86 -
YUV 81.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 108 80 19 0 0.26 0.82 0.58 41.12 0.7 0.25
Hex 6C 50 13 0 1A 52 3A 29 46 19
Octal 154 120 23 0 32 122 72 51 106 31
Binary 1101100 1010000 10011 0 11010 1010010 111010 101001 1000110 11001

Color Harmonies of #6C5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5013

Black with #6C5013

Text Example


Text Example

White with #6C5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C5013; }

 p { color: rgb(108,80,19); }

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

background-color css

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

 a { background-color: rgb(108,80,19); }

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

border-color css

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

 span { border-color: rgb(108,80,19); }

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