Html Css Color HEX #6A372C Mocha

📋 copy color: '#6A372C'

red 106 ◦ green 55 ◦ blue 44

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

Shades of Mocha #6A372C

Tints of Mocha #6A372C

RGB

 RED value IS 106 (41.8% from 255) = 51.71%

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

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

R = 51.71%
G = 26.83%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6A372C (or 0x6A372C) is known color: Mocha. HEX triplet: 6A, 37 and 2C. RGB value is (106,55,44). Sum of RGB (Red+Green+Blue) = 106+55+44=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A372C is #95C8D3. Grayscale: #454545. Windows color (decimal): -9816276 or 2897770. OLE color: 2897770.

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

Color convert

RGB 106 55 44 -
CMYK 0 0.48 0.58 0.58
HSL 10.65º 0.41% 0.29% -
HSV(B) 10.65º 0.58% 0.42% -
XYZ 7.76 5.98 3.13 -
YUV 69 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 106 55 44 0 0.48 0.58 0.58 10.65 0.41 0.29
Hex 6A 37 2C 0 30 3A 3A B 29 1D
Octal 152 67 54 0 60 72 72 13 51 35
Binary 1101010 110111 101100 0 110000 111010 111010 1011 101001 11101

Color Harmonies of #6A372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A372C

Black with #6A372C

Text Example


Text Example

White with #6A372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,55,44); }

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

background-color css

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

 a { background-color: rgb(106,55,44); }

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

border-color css

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

 span { border-color: rgb(106,55,44); }

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