#603508

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

Shades of Baker's Chocolate #603508

Tints of Baker's Chocolate #603508

Color information

#603508 (or 0x603508) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 35 and 08. RGB value is (96,53,8). Sum of RGB (Red+Green+Blue) = 96+53+8=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #603508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603508 is #9FCAF7. Grayscale: #3C3C3C. Windows color (decimal): -10472184 or 537952. OLE color: 537952.

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

Color convert

RGB96538-
CMYK00.450.920.62
HSL30.68º84.62%20.39%-
HSV(B)30.68º91.67%37.65%-
XYZ6.145.050.88-
YUV60.7398.25153.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=61.15%
G=33.76%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9653800.450.920.6230.6884.6220.39
Hex6035802D5C3E1f5514
Octal1406510055134763712524
Binary110000011010110000101101101110011111011111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603508; }

 p { color: rgb(96,53,8); }

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

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

 a { background-color: rgb(96,53,8); }

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

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

 span { border-color: rgb(96,53,8); }

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