Html Css Color HEX #6C550C Raw Umber

📋 copy color: '#6C550C'

red 108 ◦ green 85 ◦ blue 12

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

Shades of Raw Umber #6C550C

Tints of Raw Umber #6C550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

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

R = 52.68%
G = 41.46%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C550C (or 0x6C550C) is known color: Raw Umber. HEX triplet: 6C, 55 and 0C. RGB value is (108,85,12). Sum of RGB (Red+Green+Blue) = 108+85+12=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C550C is #93AAF3. Grayscale: #535353. Windows color (decimal): -9677556 or 808300. OLE color: 808300.

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

Color convert

RGB 108 85 12 -
CMYK 0 0.21 0.89 0.58
HSL 45.63º 0.8% 0.24% -
HSV(B) 45.63º 0.89% 0.42% -
XYZ 9.5 9.71 1.72 -
YUV 83.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 108 85 12 0 0.21 0.89 0.58 45.63 0.8 0.24
Hex 6C 55 C 0 15 59 3A 2E 50 18
Octal 154 125 14 0 25 131 72 56 120 30
Binary 1101100 1010101 1100 0 10101 1011001 111010 101110 1010000 11000

Color Harmonies of #6C550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C550C

Black with #6C550C

Text Example


Text Example

White with #6C550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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