#674128

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

Shades of Semi-Sweet Chocolate #674128

Tints of Semi-Sweet Chocolate #674128

Color information

#674128 (or 0x674128) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 67, 41 and 28. RGB value is (103,65,40). Sum of RGB (Red+Green+Blue) = 103+65+40=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #674128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674128 is #98BED7. Grayscale: #494949. Windows color (decimal): -10010328 or 2638183. OLE color: 2638183.

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

Color convert

RGB1036540-
CMYK00.370.610.60
HSL23.81º44.06%28.04%-
HSV(B)23.81º61.17%40.39%-
XYZ7.876.822.91-
YUV73.51109.09149.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.52%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=49.52%
G=31.25%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103654000.370.610.6023.8144.0628.04
Hex6741280253D3C182c1c
Octal147101500457574305434
Binary1100111100000110100001001011111011111001100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674128; }

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

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

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

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

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

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

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

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