#62290F

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

Shades of Baker's Chocolate #62290F

Tints of Baker's Chocolate #62290F

Color information

#62290F (or 0x62290F) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 29 and 0F. RGB value is (98,41,15). Sum of RGB (Red+Green+Blue) = 98+41+15=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #62290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62290F is #9DD6F0. Grayscale: #373737. Windows color (decimal): -10344177 or 993634. OLE color: 993634.

HSL color Cylindrical-coordinate representation of color #62290F: hue angle of 18.8º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62290F is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB984115-
CMYK00.580.850.62
HSL18.8º73.45%22.16%-
HSV(B)18.8º84.69%38.43%-
XYZ5.924.220.95-
YUV55.08105.38158.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.64%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 15 (6.25% from 255) = 9.74%
R=63.64%
G=26.62%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98411500.580.850.6218.873.4522.16
Hex6229F03A553E134916
Octal1425117072125762311126
Binary110001010100111110111010101010111111010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62290F; }

 p { color: rgb(98,41,15); }

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

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

 a { background-color: rgb(98,41,15); }

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

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

 span { border-color: rgb(98,41,15); }

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