#603413

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

Shades of Baker's Chocolate #603413

Tints of Baker's Chocolate #603413

Color information

#603413 (or 0x603413) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 34 and 13. RGB value is (96,52,19). Sum of RGB (Red+Green+Blue) = 96+52+19=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #603413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603413 is #9FCBEC. Grayscale: #3D3D3D. Windows color (decimal): -10472429 or 1258592. OLE color: 1258592.

HSL color Cylindrical-coordinate representation of color #603413: hue angle of 25.71º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #603413 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB965219-
CMYK00.460.800.62
HSL25.71º66.96%22.55%-
HSV(B)25.71º80.21%37.65%-
XYZ6.174.991.25-
YUV61.39104.08152.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=57.49%
G=31.14%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96521900.460.800.6225.7166.9622.55
Hex60341302E503E1a4317
Octal1406423056120763210327
Binary1100000110100100110101110101000011111011010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603413; }

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

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

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

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

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

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

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

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