#643500

Color #643500 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #643500

Tints of Baker's Chocolate #643500

Color information

#643500 (or 0x643500) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 35 and 00. RGB value is (100,53,0). Sum of RGB (Red+Green+Blue) = 100+53+0=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #643500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643500 is #9BCAFF. Grayscale: #3D3D3D. Windows color (decimal): -10210048 or 13668. OLE color: 13668.

HSL color Cylindrical-coordinate representation of color #643500: hue angle of 31.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #643500 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB100530-
CMYK00.4710.61
HSL31.8º100%19.61%-
HSV(B)31.8º100%39.22%-
XYZ6.535.260.67-
YUV61.0193.57155.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.36%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.36%
G=34.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10053000.4710.6131.810019.61
Hex6435002F643D206414
Octal144650057144754014424
Binary1100100110101001011111100100111101100000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643500; }

 p { color: rgb(100,53,0); }

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

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

 a { background-color: rgb(100,53,0); }

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

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

 span { border-color: rgb(100,53,0); }

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