#682504

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

Shades of Baker's Chocolate #682504

Tints of Baker's Chocolate #682504

Color information

#682504 (or 0x682504) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 25 and 04. RGB value is (104,37,4). Sum of RGB (Red+Green+Blue) = 104+37+4=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #682504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682504 is #97DAFB. Grayscale: #353535. Windows color (decimal): -9951996 or 271720. OLE color: 271720.

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

Color convert

RGB104374-
CMYK00.640.960.59
HSL19.8º92.59%21.18%-
HSV(B)19.8º96.15%40.78%-
XYZ6.394.270.6-
YUV53.27100.2164.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.72%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=71.72%
G=25.52%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10437400.640.960.5919.892.5921.18
Hex68254040603B145d15
Octal1504540100140732413525
Binary110100010010110001000000110000011101110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682504; }

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

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

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

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

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

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

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

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