#603500

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

Shades of Baker's Chocolate #603500

Tints of Baker's Chocolate #603500

Color information

#603500 (or 0x603500) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 35 and 00. RGB value is (96,53,0). Sum of RGB (Red+Green+Blue) = 96+53+0=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #603500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603500 is #9FCAFF. Grayscale: #3C3C3C. Windows color (decimal): -10472192 or 13664. OLE color: 13664.

HSL color Cylindrical-coordinate representation of color #603500: hue angle of 33.12º 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 #603500 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB96530-
CMYK00.4510.62
HSL33.12º100%18.82%-
HSV(B)33.12º100%37.65%-
XYZ6.15.030.65-
YUV59.8294.25153.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.43%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.43%
G=35.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9653000.4510.6233.1210018.82
Hex6035002D643E216413
Octal140650055144764114423
Binary1100000110101001011011100100111110100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603500; }

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

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

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

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

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

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

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

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