#603514

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

Shades of Baker's Chocolate #603514

Tints of Baker's Chocolate #603514

Color information

#603514 (or 0x603514) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 35 and 14. RGB value is (96,53,20). Sum of RGB (Red+Green+Blue) = 96+53+20=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603514 is #9FCAEB. Grayscale: #3E3E3E. Windows color (decimal): -10472172 or 1324384. OLE color: 1324384.

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

Color convert

RGB965320-
CMYK00.450.790.62
HSL26.05º65.52%22.75%-
HSV(B)26.05º79.17%37.65%-
XYZ6.225.081.32-
YUV62.1104.25152.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=56.80%
G=31.36%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96532000.450.790.6226.0565.5222.75
Hex60351402D4F3E1a4217
Octal1406524055117763210227
Binary1100000110101101000101101100111111111011010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603514; }

 p { color: rgb(96,53,20); }

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

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

 a { background-color: rgb(96,53,20); }

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

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

 span { border-color: rgb(96,53,20); }

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