#603305

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

Shades of Baker's Chocolate #603305

Tints of Baker's Chocolate #603305

Color information

#603305 (or 0x603305) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 33 and 05. RGB value is (96,51,5). Sum of RGB (Red+Green+Blue) = 96+51+5=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #603305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603305 is #9FCCFA. Grayscale: #3B3B3B. Windows color (decimal): -10472699 or 340832. OLE color: 340832.

HSL color Cylindrical-coordinate representation of color #603305: hue angle of 30.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #603305 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB96515-
CMYK00.470.950.62
HSL30.33º90.1%19.8%-
HSV(B)30.33º94.79%37.65%-
XYZ6.044.870.76-
YUV59.2197.41154.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.16%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=63.16%
G=33.55%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9651500.470.950.6230.3390.119.8
Hex6033502F5F3E1e5a14
Octal140635057137763613224
Binary11000001100111010101111101111111111011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603305; }

 p { color: rgb(96,51,5); }

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

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

 a { background-color: rgb(96,51,5); }

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

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

 span { border-color: rgb(96,51,5); }

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