#603605

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

Shades of Baker's Chocolate #603605

Tints of Baker's Chocolate #603605

Color information

#603605 (or 0x603605) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 36 and 05. RGB value is (96,54,5). Sum of RGB (Red+Green+Blue) = 96+54+5=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #603605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603605 is #9FC9FA. Grayscale: #3D3D3D. Windows color (decimal): -10471931 or 341600. OLE color: 341600.

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

Color convert

RGB96545-
CMYK00.440.950.62
HSL32.31º90.1%19.8%-
HSV(B)32.31º94.79%37.65%-
XYZ6.175.140.81-
YUV60.9796.41152.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=61.94%
G=34.84%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9654500.440.950.6232.3190.119.8
Hex6036502C5F3E205a14
Octal140665054137764013224
Binary110000011011010101011001011111111110100000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603605; }

 p { color: rgb(96,54,5); }

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

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

 a { background-color: rgb(96,54,5); }

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

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

 span { border-color: rgb(96,54,5); }

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