#643019

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

Shades of Baker's Chocolate #643019

Tints of Baker's Chocolate #643019

Color information

#643019 (or 0x643019) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 30 and 19. RGB value is (100,48,25). Sum of RGB (Red+Green+Blue) = 100+48+25=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #643019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643019 is #9BCFE6. Grayscale: #3D3D3D. Windows color (decimal): -10211303 or 1650788. OLE color: 1650788.

HSL color Cylindrical-coordinate representation of color #643019: hue angle of 18.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #643019 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB1004825-
CMYK00.520.750.61
HSL18.4º60%24.51%-
HSV(B)18.4º75%39.22%-
XYZ6.494.891.52-
YUV60.93107.73155.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.80%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=57.80%
G=27.75%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100482500.520.750.6118.46024.51
Hex6430190344B3D123c19
Octal144603106411375227431
Binary110010011000011001011010010010111111011001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643019; }

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

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

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

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

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

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

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

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