#643D33

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

Shades of Cioccolato #643D33

Tints of Cioccolato #643D33

Color information

#643D33 (or 0x643D33) is unknown color: approx Cioccolato. HEX triplet: 64, 3D and 33. RGB value is (100,61,51). Sum of RGB (Red+Green+Blue) = 100+61+51=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #643D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D33 is #9BC2CC. Grayscale: #474747. Windows color (decimal): -10207949 or 3358052. OLE color: 3358052.

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

Color convert

RGB1006151-
CMYK00.390.490.61
HSL12.24º32.45%29.61%-
HSV(B)12.24º49%39.22%-
XYZ7.526.293.95-
YUV71.52116.42148.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=47.17%
G=28.77%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100615100.390.490.6112.2432.4529.61
Hex643D33027313Dc201e
Octal14475630476175144036
Binary11001001111011100110100111110001111101110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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