Html Css Color HEX #6C500C Raw Umber

📋 copy color: '#6C500C'

red 108 ◦ green 80 ◦ blue 12

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

Shades of Raw Umber #6C500C

Tints of Raw Umber #6C500C

RGB

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

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

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

R = 54%
G = 40%
B = 6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C500C (or 0x6C500C) is known color: Raw Umber. HEX triplet: 6C, 50 and 0C. RGB value is (108,80,12). Sum of RGB (Red+Green+Blue) = 108+80+12=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C500C is #93AFF3. Grayscale: #505050. Windows color (decimal): -9678836 or 807020. OLE color: 807020.

HSL color Cylindrical-coordinate representation of color #6C500C: hue angle of 42.5º 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 #6C500C is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 80 12 -
CMYK 0 0.26 0.89 0.58
HSL 42.5º 0.8% 0.24% -
HSV(B) 42.5º 0.89% 0.42% -
XYZ 9.12 8.95 1.6 -
YUV 80.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 108 80 12 0 0.26 0.89 0.58 42.5 0.8 0.24
Hex 6C 50 C 0 1A 59 3A 2A 50 18
Octal 154 120 14 0 32 131 72 52 120 30
Binary 1101100 1010000 1100 0 11010 1011001 111010 101010 1010000 11000

Color Harmonies of #6C500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C500C

Black with #6C500C

Text Example


Text Example

White with #6C500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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