#643D30

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

Shades of Cioccolato #643D30

Tints of Cioccolato #643D30

Color information

#643D30 (or 0x643D30) is unknown color: approx Cioccolato. HEX triplet: 64, 3D and 30. RGB value is (100,61,48). Sum of RGB (Red+Green+Blue) = 100+61+48=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #643D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D30 is #9BC2CF. Grayscale: #474747. Windows color (decimal): -10207952 or 3161444. OLE color: 3161444.

HSL color Cylindrical-coordinate representation of color #643D30: hue angle of 15º 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 #643D30 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB1006148-
CMYK00.390.520.61
HSL15º35.14%29.02%-
HSV(B)15º52%39.22%-
XYZ7.466.263.61-
YUV71.18114.92148.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=47.85%
G=29.19%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100614800.390.520.611535.1429.02
Hex643D30027343Df231d
Octal14475600476475174335
Binary11001001111011100000100111110100111101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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