#67382F

Color #67382F Mocha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mocha #67382F

Tints of Mocha #67382F

Color information

#67382F (or 0x67382F) is unknown color: approx Mocha. HEX triplet: 67, 38 and 2F. RGB value is (103,56,47). Sum of RGB (Red+Green+Blue) = 103+56+47=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #67382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67382F is #98C7D0. Grayscale: #454545. Windows color (decimal): -10012625 or 3094631. OLE color: 3094631.

HSL color Cylindrical-coordinate representation of color #67382F: hue angle of 9.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67382F is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB1035647-
CMYK00.460.540.60
HSL9.64º37.33%29.41%-
HSV(B)9.64º54.37%40.39%-
XYZ7.525.923.44-
YUV69.03115.57152.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=50%
G=27.18%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103564700.460.540.609.6437.3329.41
Hex67382F02E363Ca251d
Octal14770570566674124535
Binary11001111110001011110101110110110111100101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67382F; }

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

 H1.HeaderClassName
 {
   color: #67382F;
 }
 .AnyTagClassName
 {
   color: #67382F;
 }
</style>
background-color css

<style>
 a { background-color: #67382F; }

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

 div.DivClassName
 {
   background-color: #67382F;
 }
 .BgClassName
 {
   background-color: #67382F;
 }
</style>
border-color css

<style>
 span { border-color: #67382F; }

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

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