#642709

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

Shades of Baker's Chocolate #642709

Tints of Baker's Chocolate #642709

Color information

#642709 (or 0x642709) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 27 and 09. RGB value is (100,39,9). Sum of RGB (Red+Green+Blue) = 100+39+9=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #642709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642709 is #9BD8F6. Grayscale: #363636. Windows color (decimal): -10213623 or 599908. OLE color: 599908.

HSL color Cylindrical-coordinate representation of color #642709: hue angle of 19.78º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #642709 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB100399-
CMYK00.610.910.61
HSL19.78º83.49%21.37%-
HSV(B)19.78º91%39.22%-
XYZ6.034.180.75-
YUV53.82102.71160.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.57%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=67.57%
G=26.35%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10039900.610.910.6119.7883.4921.37
Hex6427903D5B3D145315
Octal1444711075133752412325
Binary110010010011110010111101101101111110110100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642709; }

 p { color: rgb(100,39,9); }

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

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

 a { background-color: rgb(100,39,9); }

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

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

 span { border-color: rgb(100,39,9); }

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