#603202

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

Shades of Baker's Chocolate #603202

Tints of Baker's Chocolate #603202

Color information

#603202 (or 0x603202) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 32 and 02. RGB value is (96,50,2). Sum of RGB (Red+Green+Blue) = 96+50+2=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #603202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603202 is #9FCDFD. Grayscale: #3A3A3A. Windows color (decimal): -10472958 or 143968. OLE color: 143968.

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

Color convert

RGB96502-
CMYK00.480.980.62
HSL30.64º95.92%19.22%-
HSV(B)30.64º97.92%37.65%-
XYZ5.984.770.66-
YUV58.2896.24154.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.86%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=64.86%
G=33.78%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9650200.480.980.6230.6495.9219.22
Hex60322030623E1f6013
Octal140622060142763714023
Binary1100000110010100110000110001011111011111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603202; }

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

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

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

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

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

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

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

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