#643C30

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

Shades of Cioccolato #643C30

Tints of Cioccolato #643C30

Color information

#643C30 (or 0x643C30) is unknown color: approx Cioccolato. HEX triplet: 64, 3C and 30. RGB value is (100,60,48). Sum of RGB (Red+Green+Blue) = 100+60+48=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #643C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C30 is #9BC3CF. Grayscale: #464646. Windows color (decimal): -10208208 or 3161188. OLE color: 3161188.

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

Color convert

RGB1006048-
CMYK00.40.520.61
HSL13.85º35.14%29.02%-
HSV(B)13.85º52%39.22%-
XYZ7.46.153.59-
YUV70.59115.25148.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=48.08%
G=28.85%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100604800.40.520.6113.8535.1429.02
Hex643C30028343De231d
Octal14474600506475164335
Binary11001001111001100000101000110100111101111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,60,48); }

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

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

 a { background-color: rgb(100,60,48); }

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

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

 span { border-color: rgb(100,60,48); }

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