#643400

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

Shades of Baker's Chocolate #643400

Tints of Baker's Chocolate #643400

Color information

#643400 (or 0x643400) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 34 and 00. RGB value is (100,52,0). Sum of RGB (Red+Green+Blue) = 100+52+0=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #643400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643400 is #9BCBFF. Grayscale: #3C3C3C. Windows color (decimal): -10210304 or 13412. OLE color: 13412.

HSL color Cylindrical-coordinate representation of color #643400: hue angle of 31.2º 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 #643400 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB100520-
CMYK00.4810.61
HSL31.2º100%19.61%-
HSV(B)31.2º100%39.22%-
XYZ6.485.170.66-
YUV60.4293.9156.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.79%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.79%
G=34.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10052000.4810.6131.210019.61
Hex64340030643D1f6414
Octal144640060144753714424
Binary110010011010000110000110010011110111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643400; }

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

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

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

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

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

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

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

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