Html Css Color HEX #6C352C Mocha

📋 copy color: '#6C352C'

red 108 ◦ green 53 ◦ blue 44

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

Shades of Mocha #6C352C

Tints of Mocha #6C352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.85%

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 52.68%
G = 25.85%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C352C (or 0x6C352C) is known color: Mocha. HEX triplet: 6C, 35 and 2C. RGB value is (108,53,44). Sum of RGB (Red+Green+Blue) = 108+53+44=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C352C is #93CAD3. Grayscale: #444444. Windows color (decimal): -9685716 or 2897260. OLE color: 2897260.

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

Color convert

RGB 108 53 44 -
CMYK 0 0.51 0.59 0.58
HSL 8.44º 0.42% 0.3% -
HSV(B) 8.44º 0.59% 0.42% -
XYZ 7.91 5.92 3.11 -
YUV 68.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 108 53 44 0 0.51 0.59 0.58 8.44 0.42 0.3
Hex 6C 35 2C 0 33 3B 3A 8 2A 1E
Octal 154 65 54 0 63 73 72 10 52 36
Binary 1101100 110101 101100 0 110011 111011 111010 1000 101010 11110

Color Harmonies of #6C352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C352C

Black with #6C352C

Text Example


Text Example

White with #6C352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,53,44); }

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

background-color css

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

 a { background-color: rgb(108,53,44); }

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

border-color css

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

 span { border-color: rgb(108,53,44); }

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