Html Css Color HEX #6F372F Mocha

📋 copy color: '#6F372F'

red 111 ◦ green 55 ◦ blue 47

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

Shades of Mocha #6F372F

Tints of Mocha #6F372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.07%

R = 52.11%
G = 25.82%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F372F (or 0x6F372F) is known color: Mocha. HEX triplet: 6F, 37 and 2F. RGB value is (111,55,47). Sum of RGB (Red+Green+Blue) = 111+55+47=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F372F is #90C8D0. Grayscale: #464646. Windows color (decimal): -9488593 or 3094383. OLE color: 3094383.

HSL color Cylindrical-coordinate representation of color #6F372F: hue angle of 7.5º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F372F is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 47 -
CMYK 0 0.50 0.58 0.56
HSL 7.5º 0.41% 0.31% -
HSV(B) 7.5º 0.58% 0.44% -
XYZ 8.43 6.32 3.46 -
YUV 70.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 111 55 47 0 0.50 0.58 0.56 7.5 0.41 0.31
Hex 6F 37 2F 0 32 3A 38 8 29 1F
Octal 157 67 57 0 62 72 70 10 51 37
Binary 1101111 110111 101111 0 110010 111010 111000 1000 101001 11111

Color Harmonies of #6F372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F372F

Black with #6F372F

Text Example


Text Example

White with #6F372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,47); }

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

background-color css

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

 a { background-color: rgb(111,55,47); }

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

border-color css

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

 span { border-color: rgb(111,55,47); }

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