#643C0E

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

Shades of Baker's Chocolate #643C0E

Tints of Baker's Chocolate #643C0E

Color information

#643C0E (or 0x643C0E) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 3C and 0E. RGB value is (100,60,14). Sum of RGB (Red+Green+Blue) = 100+60+14=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #643C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643C0E is #9BC3F1. Grayscale: #424242. Windows color (decimal): -10208242 or 932964. OLE color: 932964.

HSL color Cylindrical-coordinate representation of color #643C0E: hue angle of 32.09º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #643C0E is Cyan = 0, Magento = 0.4, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB1006014-
CMYK00.40.860.61
HSL32.09º75.44%22.35%-
HSV(B)32.09º86%39.22%-
XYZ6.955.971.2-
YUV66.7298.25151.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.47%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=57.47%
G=34.48%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100601400.40.860.6132.0975.4422.35
Hex643CE028563D204b16
Octal1447416050126754011326
Binary1100100111100111001010001010110111101100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643C0E; }

 p { color: rgb(100,60,14); }

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

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

 a { background-color: rgb(100,60,14); }

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

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

 span { border-color: rgb(100,60,14); }

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