#62340D

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

Shades of Baker's Chocolate #62340D

Tints of Baker's Chocolate #62340D

Color information

#62340D (or 0x62340D) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 34 and 0D. RGB value is (98,52,13). Sum of RGB (Red+Green+Blue) = 98+52+13=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62340D is #9DCBF2. Grayscale: #3D3D3D. Windows color (decimal): -10341363 or 865378. OLE color: 865378.

HSL color Cylindrical-coordinate representation of color #62340D: hue angle of 27.53º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62340D is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB985213-
CMYK00.470.870.62
HSL27.53º76.58%21.76%-
HSV(B)27.53º86.73%38.43%-
XYZ6.345.081.03-
YUV61.31100.74154.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=60.12%
G=31.90%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98521300.470.870.6227.5376.5821.76
Hex6234D02F573E1c4d16
Octal1426415057127763411526
Binary110001011010011010101111101011111111011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62340D; }

 p { color: rgb(98,52,13); }

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

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

 a { background-color: rgb(98,52,13); }

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

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

 span { border-color: rgb(98,52,13); }

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