Html Css Color HEX #6F3A2A Mocha

📋 copy color: '#6F3A2A'

red 111 ◦ green 58 ◦ blue 42

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

Shades of Mocha #6F3A2A

Tints of Mocha #6F3A2A

RGB

 RED value IS 111 (43.75% from 255) = 52.61%

 GREEN value IS 58 (23.05% from 255) = 27.49%

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 52.61%
G = 27.49%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F3A2A (or 0x6F3A2A) is known color: Mocha. HEX triplet: 6F, 3A and 2A. RGB value is (111,58,42). Sum of RGB (Red+Green+Blue) = 111+58+42=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A2A is #90C5D5. Grayscale: #484848. Windows color (decimal): -9487830 or 2767471. OLE color: 2767471.

HSL color Cylindrical-coordinate representation of color #6F3A2A: hue angle of 13.91º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F3A2A is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 58 42 -
CMYK 0 0.48 0.62 0.56
HSL 13.91º 0.45% 0.3% -
HSV(B) 13.91º 0.62% 0.44% -
XYZ 8.49 6.57 3.01 -
YUV 72.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 111 58 42 0 0.48 0.62 0.56 13.91 0.45 0.3
Hex 6F 3A 2A 0 30 3E 38 E 2D 1E
Octal 157 72 52 0 60 76 70 16 55 36
Binary 1101111 111010 101010 0 110000 111110 111000 1110 101101 11110

Color Harmonies of #6F3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A2A

Black with #6F3A2A

Text Example


Text Example

White with #6F3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,58,42); }

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

background-color css

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

 a { background-color: rgb(111,58,42); }

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

border-color css

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

 span { border-color: rgb(111,58,42); }

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