#603503

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

Shades of Baker's Chocolate #603503

Tints of Baker's Chocolate #603503

Color information

#603503 (or 0x603503) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 35 and 03. RGB value is (96,53,3). Sum of RGB (Red+Green+Blue) = 96+53+3=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #603503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603503 is #9FCAFC. Grayscale: #3C3C3C. Windows color (decimal): -10472189 or 210272. OLE color: 210272.

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

Color convert

RGB96533-
CMYK00.450.970.62
HSL32.26º93.94%19.41%-
HSV(B)32.26º96.88%37.65%-
XYZ6.115.040.74-
YUV60.1695.75153.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.16%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 3 (1.56% from 255) = 1.97%
R=63.16%
G=34.87%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9653300.450.970.6232.2693.9419.41
Hex6035302D613E205e13
Octal140653055141764013623
Binary11000001101011101011011100001111110100000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603503; }

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

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

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

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

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

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

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

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