#682610

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

Shades of Baker's Chocolate #682610

Tints of Baker's Chocolate #682610

Color information

#682610 (or 0x682610) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 26 and 10. RGB value is (104,38,16). Sum of RGB (Red+Green+Blue) = 104+38+16=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #682610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682610 is #97D9EF. Grayscale: #373737. Windows color (decimal): -9951728 or 1058408. OLE color: 1058408.

HSL color Cylindrical-coordinate representation of color #682610: hue angle of 15º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #682610 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB1043816-
CMYK00.630.850.59
HSL15º73.33%23.53%-
HSV(B)15º84.62%40.78%-
XYZ6.54.370.99-
YUV55.23105.87162.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=65.82%
G=24.05%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104381600.630.850.591573.3323.53
Hex68261003F553Bf4918
Octal1504620077125731711130
Binary110100010011010000011111110101011110111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682610; }

 p { color: rgb(104,38,16); }

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

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

 a { background-color: rgb(104,38,16); }

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

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

 span { border-color: rgb(104,38,16); }

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