#603E0F

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

Shades of Baker's Chocolate #603E0F

Tints of Baker's Chocolate #603E0F

Color information

#603E0F (or 0x603E0F) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3E and 0F. RGB value is (96,62,15). Sum of RGB (Red+Green+Blue) = 96+62+15=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #603E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E0F is #9FC1F0. Grayscale: #434343. Windows color (decimal): -10469873 or 999008. OLE color: 999008.

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

Color convert

RGB966215-
CMYK00.350.840.62
HSL34.81º72.97%21.76%-
HSV(B)34.81º84.38%37.65%-
XYZ6.635.971.25-
YUV66.8198.76148.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 15 (6.25% from 255) = 8.67%
R=55.49%
G=35.84%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96621500.350.840.6234.8172.9721.76
Hex603EF023543E234916
Octal1407617043124764311126
Binary1100000111110111101000111010100111110100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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