Html Css Color HEX #6B382C Mocha

📋 copy color: '#6B382C'

red 107 ◦ green 56 ◦ blue 44

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

Shades of Mocha #6B382C

Tints of Mocha #6B382C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 51.69%
G = 27.05%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6B382C (or 0x6B382C) is known color: Mocha. HEX triplet: 6B, 38 and 2C. RGB value is (107,56,44). Sum of RGB (Red+Green+Blue) = 107+56+44=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B382C is #94C7D3. Grayscale: #454545. Windows color (decimal): -9750484 or 2898027. OLE color: 2898027.

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

Color convert

RGB 107 56 44 -
CMYK 0 0.48 0.59 0.58
HSL 11.43º 0.42% 0.3% -
HSV(B) 11.43º 0.59% 0.42% -
XYZ 7.93 6.14 3.15 -
YUV 69.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 107 56 44 0 0.48 0.59 0.58 11.43 0.42 0.3
Hex 6B 38 2C 0 30 3B 3A B 2A 1E
Octal 153 70 54 0 60 73 72 13 52 36
Binary 1101011 111000 101100 0 110000 111011 111010 1011 101010 11110

Color Harmonies of #6B382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B382C

Black with #6B382C

Text Example


Text Example

White with #6B382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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