#603001

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

Shades of Baker's Chocolate #603001

Tints of Baker's Chocolate #603001

Color information

#603001 (or 0x603001) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 30 and 01. RGB value is (96,48,1). Sum of RGB (Red+Green+Blue) = 96+48+1=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #603001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603001 is #9FCFFE. Grayscale: #393939. Windows color (decimal): -10473471 or 77920. OLE color: 77920.

HSL color Cylindrical-coordinate representation of color #603001: hue angle of 29.68º 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 #603001 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB96481-
CMYK00.500.990.62
HSL29.68º97.94%19.02%-
HSV(B)29.68º98.96%37.65%-
XYZ5.894.60.61-
YUV56.9996.4155.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.21%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=66.21%
G=33.10%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9648100.500.990.6229.6897.9419.02
Hex60301032633E1e6213
Octal140601062143763614223
Binary110000011000010110010110001111111011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603001; }

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

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

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

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

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

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

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

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