#643D2F

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

Shades of Cioccolato #643D2F

Tints of Cioccolato #643D2F

Color information

#643D2F (or 0x643D2F) is unknown color: approx Cioccolato. HEX triplet: 64, 3D and 2F. RGB value is (100,61,47). Sum of RGB (Red+Green+Blue) = 100+61+47=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #643D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D2F is #9BC2D0. Grayscale: #474747. Windows color (decimal): -10207953 or 3095908. OLE color: 3095908.

HSL color Cylindrical-coordinate representation of color #643D2F: hue angle of 15.85º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #643D2F is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB1006147-
CMYK00.390.530.61
HSL15.85º36.05%28.82%-
HSV(B)15.85º53%39.22%-
XYZ7.446.253.5-
YUV71.06114.42148.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 61 (24.22% from 255) = 29.33%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=48.08%
G=29.33%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100614700.390.530.6115.8536.0528.82
Hex643D2F027353D10241d
Octal14475570476575204435
Binary110010011110110111101001111101011111011000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643D2F; }

 p { color: rgb(100,61,47); }

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

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

 a { background-color: rgb(100,61,47); }

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

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

 span { border-color: rgb(100,61,47); }

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