#603201

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

Shades of Baker's Chocolate #603201

Tints of Baker's Chocolate #603201

Color information

#603201 (or 0x603201) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 32 and 01. RGB value is (96,50,1). Sum of RGB (Red+Green+Blue) = 96+50+1=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #603201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603201 is #9FCDFE. Grayscale: #3A3A3A. Windows color (decimal): -10472959 or 78432. OLE color: 78432.

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

Color convert

RGB96501-
CMYK00.480.990.62
HSL30.95º97.94%19.02%-
HSV(B)30.95º98.96%37.65%-
XYZ5.974.770.63-
YUV58.1795.74154.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=65.31%
G=34.01%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9650100.480.990.6230.9597.9419.02
Hex60321030633E1f6213
Octal140621060143763714223
Binary110000011001010110000110001111111011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603201; }

 p { color: rgb(96,50,1); }

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

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

 a { background-color: rgb(96,50,1); }

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

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

 span { border-color: rgb(96,50,1); }

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