#603E0D

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

Shades of Baker's Chocolate #603E0D

Tints of Baker's Chocolate #603E0D

Color information

#603E0D (or 0x603E0D) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3E and 0D. RGB value is (96,62,13). Sum of RGB (Red+Green+Blue) = 96+62+13=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E0D is #9FC1F2. Grayscale: #424242. Windows color (decimal): -10469875 or 867936. OLE color: 867936.

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

Color convert

RGB966213-
CMYK00.350.860.62
HSL35.42º76.15%21.37%-
HSV(B)35.42º86.46%37.65%-
XYZ6.625.961.18-
YUV66.5897.76148.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=56.14%
G=36.26%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96621300.350.860.6235.4276.1521.37
Hex603ED023563E234c15
Octal1407615043126764311425
Binary1100000111110110101000111010110111110100011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,62,13); }

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

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

 a { background-color: rgb(96,62,13); }

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

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

 span { border-color: rgb(96,62,13); }

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