Html Css Color HEX #6C382F Mocha

📋 copy color: '#6C382F'

red 108 ◦ green 56 ◦ blue 47

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

Shades of Mocha #6C382F

Tints of Mocha #6C382F

RGB

 RED value IS 108 (42.58% from 255) = 51.18%

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

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

R = 51.18%
G = 26.54%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6C382F (or 0x6C382F) is known color: Mocha. HEX triplet: 6C, 38 and 2F. RGB value is (108,56,47). Sum of RGB (Red+Green+Blue) = 108+56+47=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C382F is #93C7D0. Grayscale: #464646. Windows color (decimal): -9684945 or 3094636. OLE color: 3094636.

HSL color Cylindrical-coordinate representation of color #6C382F: hue angle of 8.85º 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 #6C382F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 56 47 -
CMYK 0 0.48 0.56 0.58
HSL 8.85º 0.39% 0.3% -
HSV(B) 8.85º 0.56% 0.42% -
XYZ 8.11 6.22 3.46 -
YUV 70.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 108 56 47 0 0.48 0.56 0.58 8.85 0.39 0.3
Hex 6C 38 2F 0 30 38 3A 9 27 1E
Octal 154 70 57 0 60 70 72 11 47 36
Binary 1101100 111000 101111 0 110000 111000 111010 1001 100111 11110

Color Harmonies of #6C382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C382F

Black with #6C382F

Text Example


Text Example

White with #6C382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,56,47); }

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

background-color css

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

 a { background-color: rgb(108,56,47); }

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

border-color css

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

 span { border-color: rgb(108,56,47); }

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