Html Css Color HEX #6F382E Mocha

📋 copy color: '#6F382E'

red 111 ◦ green 56 ◦ blue 46

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

Shades of Mocha #6F382E

Tints of Mocha #6F382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.29%

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 52.11%
G = 26.29%
B = 21.6%

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

#6F382E (or 0x6F382E) is known color: Mocha. HEX triplet: 6F, 38 and 2E. RGB value is (111,56,46). Sum of RGB (Red+Green+Blue) = 111+56+46=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F382E is #90C7D1. Grayscale: #474747. Windows color (decimal): -9488338 or 3029103. OLE color: 3029103.

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

Color convert

RGB 111 56 46 -
CMYK 0 0.50 0.59 0.56
HSL 9.23º 0.41% 0.31% -
HSV(B) 9.23º 0.59% 0.44% -
XYZ 8.46 6.41 3.38 -
YUV 71.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 111 56 46 0 0.50 0.59 0.56 9.23 0.41 0.31
Hex 6F 38 2E 0 32 3B 38 9 29 1F
Octal 157 70 56 0 62 73 70 11 51 37
Binary 1101111 111000 101110 0 110010 111011 111000 1001 101001 11111

Color Harmonies of #6F382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F382E

Black with #6F382E

Text Example


Text Example

White with #6F382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,46); }

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

background-color css

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

 a { background-color: rgb(111,56,46); }

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

border-color css

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

 span { border-color: rgb(111,56,46); }

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