Html Css Color HEX #6D520C Raw Umber

📋 copy color: '#6D520C'

red 109 ◦ green 82 ◦ blue 12

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

Shades of Raw Umber #6D520C

Tints of Raw Umber #6D520C

RGB

 RED value IS 109 (42.97% from 255) = 53.69%

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

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 53.69%
G = 40.39%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D520C (or 0x6D520C) is known color: Raw Umber. HEX triplet: 6D, 52 and 0C. RGB value is (109,82,12). Sum of RGB (Red+Green+Blue) = 109+82+12=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D520C is #92ADF3. Grayscale: #525252. Windows color (decimal): -9612788 or 807533. OLE color: 807533.

HSL color Cylindrical-coordinate representation of color #6D520C: hue angle of 43.3º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D520C is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 82 12 -
CMYK 0 0.25 0.89 0.57
HSL 43.3º 0.8% 0.24% -
HSV(B) 43.3º 0.89% 0.43% -
XYZ 9.39 9.31 1.65 -
YUV 82.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 109 82 12 0 0.25 0.89 0.57 43.3 0.8 0.24
Hex 6D 52 C 0 19 59 39 2B 50 18
Octal 155 122 14 0 31 131 71 53 120 30
Binary 1101101 1010010 1100 0 11001 1011001 111001 101011 1010000 11000

Color Harmonies of #6D520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D520C

Black with #6D520C

Text Example


Text Example

White with #6D520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,12); }

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

background-color css

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

 a { background-color: rgb(109,82,12); }

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

border-color css

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

 span { border-color: rgb(109,82,12); }

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