#603A0C

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

Shades of Baker's Chocolate #603A0C

Tints of Baker's Chocolate #603A0C

Color information

#603A0C (or 0x603A0C) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3A and 0C. RGB value is (96,58,12). Sum of RGB (Red+Green+Blue) = 96+58+12=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A0C is #9FC5F3. Grayscale: #404040. Windows color (decimal): -10470900 or 801376. OLE color: 801376.

HSL color Cylindrical-coordinate representation of color #603A0C: hue angle of 32.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #603A0C is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB965812-
CMYK00.400.880.62
HSL32.86º77.78%21.18%-
HSV(B)32.86º87.5%37.65%-
XYZ6.45.541.08-
YUV64.1298.59150.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 12 (5.08% from 255) = 7.23%
R=57.83%
G=34.94%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96581200.400.880.6232.8677.7821.18
Hex603AC028583E214e15
Octal1407214050130764111625
Binary1100000111010110001010001011000111110100001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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