Html Css Color HEX #6C520C Raw Umber

📋 copy color: '#6C520C'

red 108 ◦ green 82 ◦ blue 12

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

Shades of Raw Umber #6C520C

Tints of Raw Umber #6C520C

RGB

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

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

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

R = 53.47%
G = 40.59%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C520C (or 0x6C520C) is known color: Raw Umber. HEX triplet: 6C, 52 and 0C. RGB value is (108,82,12). Sum of RGB (Red+Green+Blue) = 108+82+12=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C520C is #93ADF3. Grayscale: #525252. Windows color (decimal): -9678324 or 807532. OLE color: 807532.

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

Color convert

RGB 108 82 12 -
CMYK 0 0.24 0.89 0.58
HSL 43.75º 0.8% 0.24% -
HSV(B) 43.75º 0.89% 0.42% -
XYZ 9.27 9.25 1.64 -
YUV 81.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 108 82 12 0 0.24 0.89 0.58 43.75 0.8 0.24
Hex 6C 52 C 0 18 59 3A 2C 50 18
Octal 154 122 14 0 30 131 72 54 120 30
Binary 1101100 1010010 1100 0 11000 1011001 111010 101100 1010000 11000

Color Harmonies of #6C520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C520C

Black with #6C520C

Text Example


Text Example

White with #6C520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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