#674124

Color #674124 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #674124

Tints of Semi-Sweet Chocolate #674124

Color information

#674124 (or 0x674124) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 67, 41 and 24. RGB value is (103,65,36). Sum of RGB (Red+Green+Blue) = 103+65+36=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #674124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674124 is #98BEDB. Grayscale: #494949. Windows color (decimal): -10010332 or 2376039. OLE color: 2376039.

HSL color Cylindrical-coordinate representation of color #674124: hue angle of 25.97º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #674124 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB1036536-
CMYK00.370.650.60
HSL25.97º48.2%27.25%-
HSV(B)25.97º65.05%40.39%-
XYZ7.86.792.57-
YUV73.06107.09149.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.49%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 36 (14.45% from 255) = 17.65%
R=50.49%
G=31.86%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103653600.370.650.6025.9748.227.25
Hex674124025413C1a301b
Octal1471014404510174326033
Binary11001111000001100100010010110000011111001101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674124; }

 p { color: rgb(103,65,36); }

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

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

 a { background-color: rgb(103,65,36); }

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

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

 span { border-color: rgb(103,65,36); }

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