Html Css Color HEX #6B382B Mocha

📋 copy color: '#6B382B'

red 107 ◦ green 56 ◦ blue 43

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

Shades of Mocha #6B382B

Tints of Mocha #6B382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.87%

R = 51.94%
G = 27.18%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6B382B (or 0x6B382B) is known color: Mocha. HEX triplet: 6B, 38 and 2B. RGB value is (107,56,43). Sum of RGB (Red+Green+Blue) = 107+56+43=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B382B is #94C7D4. Grayscale: #454545. Windows color (decimal): -9750485 or 2832491. OLE color: 2832491.

HSL color Cylindrical-coordinate representation of color #6B382B: hue angle of 12.19º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B382B is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 56 43 -
CMYK 0 0.48 0.60 0.58
HSL 12.19º 0.43% 0.29% -
HSV(B) 12.19º 0.6% 0.42% -
XYZ 7.91 6.13 3.05 -
YUV 69.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 107 56 43 0 0.48 0.60 0.58 12.19 0.43 0.29
Hex 6B 38 2B 0 30 3C 3A C 2B 1D
Octal 153 70 53 0 60 74 72 14 53 35
Binary 1101011 111000 101011 0 110000 111100 111010 1100 101011 11101

Color Harmonies of #6B382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B382B

Black with #6B382B

Text Example


Text Example

White with #6B382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,56,43); }

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

background-color css

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

 a { background-color: rgb(107,56,43); }

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

border-color css

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

 span { border-color: rgb(107,56,43); }

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