#603809

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

Shades of Baker's Chocolate #603809

Tints of Baker's Chocolate #603809

Color information

#603809 (or 0x603809) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 38 and 09. RGB value is (96,56,9). Sum of RGB (Red+Green+Blue) = 96+56+9=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #603809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603809 is #9FC7F6. Grayscale: #3E3E3E. Windows color (decimal): -10471415 or 604256. OLE color: 604256.

HSL color Cylindrical-coordinate representation of color #603809: hue angle of 32.41º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #603809 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB96569-
CMYK00.420.910.62
HSL32.41º82.86%20.59%-
HSV(B)32.41º90.62%37.65%-
XYZ6.295.330.96-
YUV62.697.75151.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=59.63%
G=34.78%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9656900.420.910.6232.4182.8620.59
Hex6038902A5B3E205315
Octal1407011052133764012325
Binary1100000111000100101010101011011111110100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603809; }

 p { color: rgb(96,56,9); }

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

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

 a { background-color: rgb(96,56,9); }

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

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

 span { border-color: rgb(96,56,9); }

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