#603007

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

Shades of Baker's Chocolate #603007

Tints of Baker's Chocolate #603007

Color information

#603007 (or 0x603007) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 30 and 07. RGB value is (96,48,7). Sum of RGB (Red+Green+Blue) = 96+48+7=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #603007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603007 is #9FCFF8. Grayscale: #393939. Windows color (decimal): -10473465 or 471136. OLE color: 471136.

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

Color convert

RGB96487-
CMYK00.500.930.62
HSL27.64º86.41%20.2%-
HSV(B)27.64º92.71%37.65%-
XYZ5.924.620.78-
YUV57.6899.4155.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=63.58%
G=31.79%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9648700.500.930.6227.6486.4120.2
Hex603070325D3E1c5614
Octal140607062135763412624
Binary11000001100001110110010101110111111011100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603007; }

 p { color: rgb(96,48,7); }

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

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

 a { background-color: rgb(96,48,7); }

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

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

 span { border-color: rgb(96,48,7); }

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