#623413

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

Shades of Baker's Chocolate #623413

Tints of Baker's Chocolate #623413

Color information

#623413 (or 0x623413) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 34 and 13. RGB value is (98,52,19). Sum of RGB (Red+Green+Blue) = 98+52+19=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #623413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623413 is #9DCBEC. Grayscale: #3E3E3E. Windows color (decimal): -10341357 or 1258594. OLE color: 1258594.

HSL color Cylindrical-coordinate representation of color #623413: hue angle of 25.06º 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 #623413 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB985219-
CMYK00.470.810.62
HSL25.06º67.52%22.94%-
HSV(B)25.06º80.61%38.43%-
XYZ6.385.11.26-
YUV61.99103.74153.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=57.99%
G=30.77%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98521900.470.810.6225.0667.5222.94
Hex62341302F513E194417
Octal1426423057121763110427
Binary1100010110100100110101111101000111111011001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623413; }

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

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

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

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

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

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

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

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