#603C0F

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

Shades of Baker's Chocolate #603C0F

Tints of Baker's Chocolate #603C0F

Color information

#603C0F (or 0x603C0F) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3C and 0F. RGB value is (96,60,15). Sum of RGB (Red+Green+Blue) = 96+60+15=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C0F is #9FC3F0. Grayscale: #414141. Windows color (decimal): -10470385 or 998496. OLE color: 998496.

HSL color Cylindrical-coordinate representation of color #603C0F: hue angle of 33.33º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #603C0F is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB966015-
CMYK00.380.840.62
HSL33.33º72.97%21.76%-
HSV(B)33.33º84.38%37.65%-
XYZ6.535.751.22-
YUV65.6399.43149.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=56.14%
G=35.09%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96601500.380.840.6233.3372.9721.76
Hex603CF026543E214916
Octal1407417046124764111126
Binary1100000111100111101001101010100111110100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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