Html Css Color HEX #603000 Baker's Chocolate

📋 copy color: '#603000'

red 96 ◦ green 48 ◦ blue 0

#603000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #603000

Tints of Baker's Chocolate #603000

RGB

 RED value IS 96 (37.89% from 255) = 66.67%

 GREEN value IS 48 (19.14% from 255) = 33.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#603000 (or 0x603000) is known color: Baker's Chocolate. HEX triplet: 60, 30 and 00. RGB value is (96,48,0). Sum of RGB (Red+Green+Blue) = 96+48+0=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #603000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603000 is #9FCFFF. Grayscale: #393939. Windows color (decimal): -10473472 or 12384. OLE color: 12384.

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

Color convert

RGB 96 48 0 -
CMYK 0 0.50 1 0.62
HSL 30º 1% 0.19% -
HSV(B) 30º 1% 0.38% -
XYZ 5.88 4.6 0.58 -
YUV 56.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 96 48 0 0 0.50 1 0.62 30 1 0.19
Hex 60 30 0 0 32 64 3E 1E 64 13
Octal 140 60 0 0 62 144 76 36 144 23
Binary 1100000 110000 0 0 110010 1100100 111110 11110 1100100 10011

Color Harmonies of #603000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603000

Black with #603000

Text Example


Text Example

White with #603000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603000; }

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

 H1.HeaderClassName
 {
   color: #603000;
 }
 .AnyTagClassName
 {
   color: #603000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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