#674028

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

Shades of Semi-Sweet Chocolate #674028

Tints of Semi-Sweet Chocolate #674028

Color information

#674028 (or 0x674028) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 67, 40 and 28. RGB value is (103,64,40). Sum of RGB (Red+Green+Blue) = 103+64+40=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #674028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674028 is #98BFD7. Grayscale: #494949. Windows color (decimal): -10010584 or 2637927. OLE color: 2637927.

HSL color Cylindrical-coordinate representation of color #674028: hue angle of 22.86º 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 #674028 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB1036440-
CMYK00.380.610.60
HSL22.86º44.06%28.04%-
HSV(B)22.86º61.17%40.39%-
XYZ7.816.72.89-
YUV72.92109.42149.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=49.76%
G=30.92%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103644000.380.610.6022.8644.0628.04
Hex6740280263D3C172c1c
Octal147100500467574275434
Binary1100111100000010100001001101111011111001011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674028; }

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

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

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

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

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

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

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

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