Html Css Color HEX #6B392F Mocha

📋 copy color: '#6B392F'

red 107 ◦ green 57 ◦ blue 47

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

Shades of Mocha #6B392F

Tints of Mocha #6B392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

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

R = 50.71%
G = 27.01%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6B392F (or 0x6B392F) is known color: Mocha. HEX triplet: 6B, 39 and 2F. RGB value is (107,57,47). Sum of RGB (Red+Green+Blue) = 107+57+47=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B392F is #94C6D0. Grayscale: #464646. Windows color (decimal): -9750225 or 3094891. OLE color: 3094891.

HSL color Cylindrical-coordinate representation of color #6B392F: hue angle of 10º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B392F is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 57 47 -
CMYK 0 0.47 0.56 0.58
HSL 10º 0.39% 0.3% -
HSV(B) 10º 0.56% 0.42% -
XYZ 8.04 6.26 3.47 -
YUV 70.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 107 57 47 0 0.47 0.56 0.58 10 0.39 0.3
Hex 6B 39 2F 0 2F 38 3A A 27 1E
Octal 153 71 57 0 57 70 72 12 47 36
Binary 1101011 111001 101111 0 101111 111000 111010 1010 100111 11110

Color Harmonies of #6B392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B392F

Black with #6B392F

Text Example


Text Example

White with #6B392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,47); }

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

background-color css

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

 a { background-color: rgb(107,57,47); }

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

border-color css

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

 span { border-color: rgb(107,57,47); }

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