Html Css Color HEX #6F372D Mocha

📋 copy color: '#6F372D'

red 111 ◦ green 55 ◦ blue 45

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

Shades of Mocha #6F372D

Tints of Mocha #6F372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 52.61%
G = 26.07%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F372D (or 0x6F372D) is known color: Mocha. HEX triplet: 6F, 37 and 2D. RGB value is (111,55,45). Sum of RGB (Red+Green+Blue) = 111+55+45=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F372D is #90C8D2. Grayscale: #464646. Windows color (decimal): -9488595 or 2963311. OLE color: 2963311.

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

Color convert

RGB 111 55 45 -
CMYK 0 0.50 0.59 0.56
HSL 9.09º 0.42% 0.31% -
HSV(B) 9.09º 0.59% 0.44% -
XYZ 8.4 6.3 3.26 -
YUV 70.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 111 55 45 0 0.50 0.59 0.56 9.09 0.42 0.31
Hex 6F 37 2D 0 32 3B 38 9 2A 1F
Octal 157 67 55 0 62 73 70 11 52 37
Binary 1101111 110111 101101 0 110010 111011 111000 1001 101010 11111

Color Harmonies of #6F372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F372D

Black with #6F372D

Text Example


Text Example

White with #6F372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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