#674032

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

Shades of Cioccolato #674032

Tints of Cioccolato #674032

Color information

#674032 (or 0x674032) is unknown color: approx Cioccolato. HEX triplet: 67, 40 and 32. RGB value is (103,64,50). Sum of RGB (Red+Green+Blue) = 103+64+50=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #674032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674032 is #98BFCD. Grayscale: #4A4A4A. Windows color (decimal): -10010574 or 3293287. OLE color: 3293287.

HSL color Cylindrical-coordinate representation of color #674032: hue angle of 15.85º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674032 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB1036450-
CMYK00.380.510.60
HSL15.85º34.64%30%-
HSV(B)15.85º51.46%40.39%-
XYZ86.783.9-
YUV74.06114.42148.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.47%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=47.47%
G=29.49%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103645000.380.510.6015.8534.6430
Hex674032026333C10231e
Octal147100620466374204336
Binary1100111100000011001001001101100111111001000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674032; }

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

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

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

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

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

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

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

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