#603400

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

Shades of Baker's Chocolate #603400

Tints of Baker's Chocolate #603400

Color information

#603400 (or 0x603400) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 34 and 00. RGB value is (96,52,0). Sum of RGB (Red+Green+Blue) = 96+52+0=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #603400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603400 is #9FCBFF. Grayscale: #3B3B3B. Windows color (decimal): -10472448 or 13408. OLE color: 13408.

HSL color Cylindrical-coordinate representation of color #603400: hue angle of 32.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #603400 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB96520-
CMYK00.4610.62
HSL32.5º100%18.82%-
HSV(B)32.5º100%37.65%-
XYZ6.054.940.64-
YUV59.2394.58154.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.86%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.86%
G=35.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9652000.4610.6232.510018.82
Hex6034002E643E206413
Octal140640056144764014423
Binary1100000110100001011101100100111110100000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603400; }

 p { color: rgb(96,52,0); }

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

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

 a { background-color: rgb(96,52,0); }

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

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

 span { border-color: rgb(96,52,0); }

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