Html Css Color HEX #6C372D Mocha

📋 copy color: '#6C372D'

red 108 ◦ green 55 ◦ blue 45

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

Shades of Mocha #6C372D

Tints of Mocha #6C372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 51.92%
G = 26.44%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6C372D (or 0x6C372D) is known color: Mocha. HEX triplet: 6C, 37 and 2D. RGB value is (108,55,45). Sum of RGB (Red+Green+Blue) = 108+55+45=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C372D is #93C8D2. Grayscale: #454545. Windows color (decimal): -9685203 or 2963308. OLE color: 2963308.

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

Color convert

RGB 108 55 45 -
CMYK 0 0.49 0.58 0.58
HSL 9.52º 0.41% 0.3% -
HSV(B) 9.52º 0.58% 0.42% -
XYZ 8.02 6.11 3.24 -
YUV 69.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 108 55 45 0 0.49 0.58 0.58 9.52 0.41 0.3
Hex 6C 37 2D 0 31 3A 3A A 29 1E
Octal 154 67 55 0 61 72 72 12 51 36
Binary 1101100 110111 101101 0 110001 111010 111010 1010 101001 11110

Color Harmonies of #6C372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C372D

Black with #6C372D

Text Example


Text Example

White with #6C372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,55,45); }

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

background-color css

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

 a { background-color: rgb(108,55,45); }

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

border-color css

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

 span { border-color: rgb(108,55,45); }

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