Html Css Color HEX #6A352C Mocha

📋 copy color: '#6A352C'

red 106 ◦ green 53 ◦ blue 44

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

Shades of Mocha #6A352C

Tints of Mocha #6A352C

RGB

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

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

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

R = 52.22%
G = 26.11%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6A352C (or 0x6A352C) is known color: Mocha. HEX triplet: 6A, 35 and 2C. RGB value is (106,53,44). Sum of RGB (Red+Green+Blue) = 106+53+44=203 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.22% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 106 - color contains mainly: red. Hex color #6A352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A352C is #95CAD3. Grayscale: #434343. Windows color (decimal): -9816788 or 2897258. OLE color: 2897258.

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

Color convert

RGB 106 53 44 -
CMYK 0 0.5 0.58 0.58
HSL 8.71º 0.41% 0.29% -
HSV(B) 8.71º 0.58% 0.42% -
XYZ 7.67 5.79 3.1 -
YUV 67.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 106 53 44 0 0.5 0.58 0.58 8.71 0.41 0.29
Hex 6A 35 2C 0 32 3A 3A 9 29 1D
Octal 152 65 54 0 62 72 72 11 51 35
Binary 1101010 110101 101100 0 110010 111010 111010 1001 101001 11101

Color Harmonies of #6A352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A352C

Black with #6A352C

Text Example


Text Example

White with #6A352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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