#642507

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

Shades of Baker's Chocolate #642507

Tints of Baker's Chocolate #642507

Color information

#642507 (or 0x642507) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 25 and 07. RGB value is (100,37,7). Sum of RGB (Red+Green+Blue) = 100+37+7=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #642507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642507 is #9BDAF8. Grayscale: #343434. Windows color (decimal): -10214137 or 468324. OLE color: 468324.

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

Color convert

RGB100377-
CMYK00.630.930.61
HSL19.35º86.92%20.98%-
HSV(B)19.35º93%39.22%-
XYZ5.964.050.67-
YUV52.42102.37161.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 69.44%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 7 (3.12% from 255) = 4.86%
R=69.44%
G=25.69%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10037700.630.930.6119.3586.9220.98
Hex6425703F5D3D135715
Octal144457077135752312725
Binary11001001001011110111111101110111110110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642507; }

 p { color: rgb(100,37,7); }

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

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

 a { background-color: rgb(100,37,7); }

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

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

 span { border-color: rgb(100,37,7); }

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