#643000

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

Shades of Baker's Chocolate #643000

Tints of Baker's Chocolate #643000

Color information

#643000 (or 0x643000) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 30 and 00. RGB value is (100,48,0). Sum of RGB (Red+Green+Blue) = 100+48+0=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #643000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643000 is #9BCFFF. Grayscale: #3A3A3A. Windows color (decimal): -10211328 or 12388. OLE color: 12388.

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

Color convert

RGB100480-
CMYK00.5210.61
HSL28.8º100%19.61%-
HSV(B)28.8º100%39.22%-
XYZ6.314.820.6-
YUV58.0895.23157.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.57%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.57%
G=32.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10048000.5210.6128.810019.61
Hex64300034643D1d6414
Octal144600064144753514424
Binary110010011000000110100110010011110111101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643000; }

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

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

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

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

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

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

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

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