#62260B

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

Shades of Baker's Chocolate #62260B

Tints of Baker's Chocolate #62260B

Color information

#62260B (or 0x62260B) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 26 and 0B. RGB value is (98,38,11). Sum of RGB (Red+Green+Blue) = 98+38+11=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62260B is #9DD9F4. Grayscale: #353535. Windows color (decimal): -10344949 or 730722. OLE color: 730722.

HSL color Cylindrical-coordinate representation of color #62260B: hue angle of 18.62º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62260B is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB983811-
CMYK00.610.890.62
HSL18.62º79.82%21.37%-
HSV(B)18.62º88.78%38.43%-
XYZ5.794.010.78-
YUV52.86104.38160.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=66.67%
G=25.85%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98381100.610.890.6218.6279.8221.37
Hex6226B03D593E135015
Octal1424613075131762312025
Binary110001010011010110111101101100111111010011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62260B; }

 p { color: rgb(98,38,11); }

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

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

 a { background-color: rgb(98,38,11); }

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

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

 span { border-color: rgb(98,38,11); }

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