#62310F

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

Shades of Baker's Chocolate #62310F

Tints of Baker's Chocolate #62310F

Color information

#62310F (or 0x62310F) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 31 and 0F. RGB value is (98,49,15). Sum of RGB (Red+Green+Blue) = 98+49+15=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62310F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62310F is #9DCEF0. Grayscale: #3B3B3B. Windows color (decimal): -10342129 or 995682. OLE color: 995682.

HSL color Cylindrical-coordinate representation of color #62310F: hue angle of 24.58º 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 #62310F is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB984915-
CMYK00.50.850.62
HSL24.58º73.45%22.16%-
HSV(B)24.58º84.69%38.43%-
XYZ6.224.831.06-
YUV59.78102.73155.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=60.49%
G=30.25%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98491500.50.850.6224.5873.4522.16
Hex6231F032553E194916
Octal1426117062125763111126
Binary110001011000111110110010101010111111011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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