Html Css Color HEX #6C352A Mocha

📋 copy color: '#6C352A'

red 108 ◦ green 53 ◦ blue 42

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

Shades of Mocha #6C352A

Tints of Mocha #6C352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 53.2%
G = 26.11%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C352A (or 0x6C352A) is known color: Mocha. HEX triplet: 6C, 35 and 2A. RGB value is (108,53,42). Sum of RGB (Red+Green+Blue) = 108+53+42=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C352A is #93CAD5. Grayscale: #444444. Windows color (decimal): -9685718 or 2766188. OLE color: 2766188.

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

Color convert

RGB 108 53 42 -
CMYK 0 0.51 0.61 0.58
HSL 10º 0.44% 0.29% -
HSV(B) 10º 0.61% 0.42% -
XYZ 7.88 5.9 2.91 -
YUV 68.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 108 53 42 0 0.51 0.61 0.58 10 0.44 0.29
Hex 6C 35 2A 0 33 3D 3A A 2C 1D
Octal 154 65 52 0 63 75 72 12 54 35
Binary 1101100 110101 101010 0 110011 111101 111010 1010 101100 11101

Color Harmonies of #6C352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C352A

Black with #6C352A

Text Example


Text Example

White with #6C352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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