#682507

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

Shades of Baker's Chocolate #682507

Tints of Baker's Chocolate #682507

Color information

#682507 (or 0x682507) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 25 and 07. RGB value is (104,37,7). Sum of RGB (Red+Green+Blue) = 104+37+7=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #682507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682507 is #97DAF8. Grayscale: #353535. Windows color (decimal): -9951993 or 468328. OLE color: 468328.

HSL color Cylindrical-coordinate representation of color #682507: hue angle of 18.56º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #682507 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB104377-
CMYK00.640.930.59
HSL18.56º87.39%21.76%-
HSV(B)18.56º93.27%40.78%-
XYZ6.414.280.69-
YUV53.61101.7163.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.27%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=70.27%
G=25%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10437700.640.930.5918.5687.3921.76
Hex682570405D3B135716
Octal1504570100135732312726
Binary110100010010111101000000101110111101110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682507; }

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

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

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

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

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

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

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

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