#603A02

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

Shades of Baker's Chocolate #603A02

Tints of Baker's Chocolate #603A02

Color information

#603A02 (or 0x603A02) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3A and 02. RGB value is (96,58,2). Sum of RGB (Red+Green+Blue) = 96+58+2=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #603A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A02 is #9FC5FD. Grayscale: #3F3F3F. Windows color (decimal): -10470910 or 146016. OLE color: 146016.

HSL color Cylindrical-coordinate representation of color #603A02: hue angle of 35.74º 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 #603A02 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB96582-
CMYK00.400.980.62
HSL35.74º95.92%19.22%-
HSV(B)35.74º97.92%37.65%-
XYZ6.355.520.79-
YUV62.9893.59151.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=61.54%
G=37.18%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9658200.400.980.6235.7495.9219.22
Hex603A2028623E246013
Octal140722050142764414023
Binary11000001110101001010001100010111110100100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603A02; }

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

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

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

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

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

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

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

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