Html Css Color HEX #68372D Mocha

📋 copy color: '#68372D'

red 104 ◦ green 55 ◦ blue 45

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

Shades of Mocha #68372D

Tints of Mocha #68372D

RGB

 RED value IS 104 (41.02% from 255) = 50.98%

 GREEN value IS 55 (21.88% from 255) = 26.96%

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 50.98%
G = 26.96%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#68372D (or 0x68372D) is known color: Mocha. HEX triplet: 68, 37 and 2D. RGB value is (104,55,45). Sum of RGB (Red+Green+Blue) = 104+55+45=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68372D is #97C8D2. Grayscale: #444444. Windows color (decimal): -9947347 or 2963304. OLE color: 2963304.

HSL color Cylindrical-coordinate representation of color #68372D: hue angle of 10.17º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68372D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 55 45 -
CMYK 0 0.47 0.57 0.59
HSL 10.17º 0.4% 0.29% -
HSV(B) 10.17º 0.57% 0.41% -
XYZ 7.55 5.86 3.22 -
YUV 68.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 104 55 45 0 0.47 0.57 0.59 10.17 0.4 0.29
Hex 68 37 2D 0 2F 39 3B A 28 1D
Octal 150 67 55 0 57 71 73 12 50 35
Binary 1101000 110111 101101 0 101111 111001 111011 1010 101000 11101

Color Harmonies of #68372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68372D

Black with #68372D

Text Example


Text Example

White with #68372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68372D; }

 p { color: rgb(104,55,45); }

 H1.HeaderClassName
 {
   color: #68372D;
 }
 .AnyTagClassName
 {
   color: #68372D;
 }
</style>

background-color css

<style>
 a { background-color: #68372D; }

 a { background-color: rgb(104,55,45); }

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

border-color css

<style>
 span { border-color: #68372D; }

 span { border-color: rgb(104,55,45); }

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