#62250E

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

Shades of Baker's Chocolate #62250E

Tints of Baker's Chocolate #62250E

Color information

#62250E (or 0x62250E) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 25 and 0E. RGB value is (98,37,14). Sum of RGB (Red+Green+Blue) = 98+37+14=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62250E is #9DDAF1. Grayscale: #343434. Windows color (decimal): -10345202 or 927074. OLE color: 927074.

HSL color Cylindrical-coordinate representation of color #62250E: hue angle of 16.43º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62250E is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB983714-
CMYK00.620.860.62
HSL16.43º75%21.96%-
HSV(B)16.43º85.71%38.43%-
XYZ5.783.950.87-
YUV52.62106.21160.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 14 (5.86% from 255) = 9.40%
R=65.77%
G=24.83%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98371400.620.860.6216.437521.96
Hex6225E03E563E104b16
Octal1424516076126762011326
Binary110001010010111100111110101011011111010000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62250E; }

 p { color: rgb(98,37,14); }

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

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

 a { background-color: rgb(98,37,14); }

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

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

 span { border-color: rgb(98,37,14); }

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