Html Css Color HEX #6B352C Mocha

📋 copy color: '#6B352C'

red 107 ◦ green 53 ◦ blue 44

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

Shades of Mocha #6B352C

Tints of Mocha #6B352C

RGB

 RED value IS 107 (42.19% from 255) = 52.45%

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

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

R = 52.45%
G = 25.98%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6B352C (or 0x6B352C) is known color: Mocha. HEX triplet: 6B, 35 and 2C. RGB value is (107,53,44). Sum of RGB (Red+Green+Blue) = 107+53+44=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B352C is #94CAD3. Grayscale: #444444. Windows color (decimal): -9751252 or 2897259. OLE color: 2897259.

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

Color convert

RGB 107 53 44 -
CMYK 0 0.50 0.59 0.58
HSL 8.57º 0.42% 0.3% -
HSV(B) 8.57º 0.59% 0.42% -
XYZ 7.79 5.85 3.1 -
YUV 68.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 107 53 44 0 0.50 0.59 0.58 8.57 0.42 0.3
Hex 6B 35 2C 0 32 3B 3A 9 2A 1E
Octal 153 65 54 0 62 73 72 11 52 36
Binary 1101011 110101 101100 0 110010 111011 111010 1001 101010 11110

Color Harmonies of #6B352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B352C

Black with #6B352C

Text Example


Text Example

White with #6B352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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