Html Css Color HEX #6C382C Mocha

📋 copy color: '#6C382C'

red 108 ◦ green 56 ◦ blue 44

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

Shades of Mocha #6C382C

Tints of Mocha #6C382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 51.92%
G = 26.92%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C382C (or 0x6C382C) is known color: Mocha. HEX triplet: 6C, 38 and 2C. RGB value is (108,56,44). Sum of RGB (Red+Green+Blue) = 108+56+44=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C382C is #93C7D3. Grayscale: #464646. Windows color (decimal): -9684948 or 2898028. OLE color: 2898028.

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

Color convert

RGB 108 56 44 -
CMYK 0 0.48 0.59 0.58
HSL 11.25º 0.42% 0.3% -
HSV(B) 11.25º 0.59% 0.42% -
XYZ 8.05 6.2 3.15 -
YUV 70.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 108 56 44 0 0.48 0.59 0.58 11.25 0.42 0.3
Hex 6C 38 2C 0 30 3B 3A B 2A 1E
Octal 154 70 54 0 60 73 72 13 52 36
Binary 1101100 111000 101100 0 110000 111011 111010 1011 101010 11110

Color Harmonies of #6C382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C382C

Black with #6C382C

Text Example


Text Example

White with #6C382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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