#623013

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

Shades of Baker's Chocolate #623013

Tints of Baker's Chocolate #623013

Color information

#623013 (or 0x623013) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 30 and 13. RGB value is (98,48,19). Sum of RGB (Red+Green+Blue) = 98+48+19=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #623013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623013 is #9DCFEC. Grayscale: #3B3B3B. Windows color (decimal): -10342381 or 1257570. OLE color: 1257570.

HSL color Cylindrical-coordinate representation of color #623013: hue angle of 22.03º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #623013 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB984819-
CMYK00.510.810.62
HSL22.03º67.52%22.94%-
HSV(B)22.03º80.61%38.43%-
XYZ6.214.761.21-
YUV59.64105.06155.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=59.39%
G=29.09%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98481900.510.810.6222.0367.5222.94
Hex623013033513E164417
Octal1426023063121762610427
Binary1100010110000100110110011101000111111010110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623013; }

 p { color: rgb(98,48,19); }

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

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

 a { background-color: rgb(98,48,19); }

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

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

 span { border-color: rgb(98,48,19); }

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