#603C0A

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

Shades of Baker's Chocolate #603C0A

Tints of Baker's Chocolate #603C0A

Color information

#603C0A (or 0x603C0A) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3C and 0A. RGB value is (96,60,10). Sum of RGB (Red+Green+Blue) = 96+60+10=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C0A is #9FC3F5. Grayscale: #414141. Windows color (decimal): -10470390 or 670816. OLE color: 670816.

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

Color convert

RGB966010-
CMYK00.380.900.62
HSL34.88º81.13%20.78%-
HSV(B)34.88º89.58%37.65%-
XYZ6.495.741.05-
YUV65.0696.93150.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=57.83%
G=36.14%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96601000.380.900.6234.8881.1320.78
Hex603CA0265A3E235115
Octal1407412046132764312125
Binary1100000111100101001001101011010111110100011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,60,10); }

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

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

 a { background-color: rgb(96,60,10); }

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

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

 span { border-color: rgb(96,60,10); }

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