#643119

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

Shades of Baker's Chocolate #643119

Tints of Baker's Chocolate #643119

Color information

#643119 (or 0x643119) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 31 and 19. RGB value is (100,49,25). Sum of RGB (Red+Green+Blue) = 100+49+25=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #643119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643119 is #9BCEE6. Grayscale: #3D3D3D. Windows color (decimal): -10211047 or 1651044. OLE color: 1651044.

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

Color convert

RGB1004925-
CMYK00.510.750.61
HSL19.2º60%24.51%-
HSV(B)19.2º75%39.22%-
XYZ6.534.981.54-
YUV61.51107.4155.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.47%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=57.47%
G=28.16%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100492500.510.750.6119.26024.51
Hex6431190334B3D133c19
Octal144613106311375237431
Binary110010011000111001011001110010111111011001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643119; }

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

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

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

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

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

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

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

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