#603704

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

Shades of Baker's Chocolate #603704

Tints of Baker's Chocolate #603704

Color information

#603704 (or 0x603704) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 37 and 04. RGB value is (96,55,4). Sum of RGB (Red+Green+Blue) = 96+55+4=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #603704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603704 is #9FC8FB. Grayscale: #3D3D3D. Windows color (decimal): -10471676 or 276320. OLE color: 276320.

HSL color Cylindrical-coordinate representation of color #603704: hue angle of 33.26º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #603704 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96554-
CMYK00.430.960.62
HSL33.26º92%19.61%-
HSV(B)33.26º95.83%37.65%-
XYZ6.215.230.8-
YUV61.4495.58152.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=61.94%
G=35.48%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9655400.430.960.6233.269219.61
Hex6037402B603E215c14
Octal140674053140764113424
Binary110000011011110001010111100000111110100001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603704; }

 p { color: rgb(96,55,4); }

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

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

 a { background-color: rgb(96,55,4); }

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

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

 span { border-color: rgb(96,55,4); }

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