Html Css Color HEX #601900 Baker's Chocolate

📋 copy color: '#601900'

red 96 ◦ green 25 ◦ blue 0

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

Shades of Baker's Chocolate #601900

Tints of Baker's Chocolate #601900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.66%

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

R = 79.34%
G = 20.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#601900 (or 0x601900) is known color: Baker's Chocolate. HEX triplet: 60, 19 and 00. RGB value is (96,25,0). Sum of RGB (Red+Green+Blue) = 96+25+0=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #601900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601900 is #9FE6FF. Grayscale: #2B2B2B. Windows color (decimal): -10479360 or 6496. OLE color: 6496.

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

Color convert

RGB 96 25 0 -
CMYK 0 0.74 1 0.62
HSL 15.63º 1% 0.19% -
HSV(B) 15.63º 1% 0.38% -
XYZ 5.17 3.18 0.34 -
YUV 43.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 96 25 0 0 0.74 1 0.62 15.63 1 0.19
Hex 60 19 0 0 4A 64 3E 10 64 13
Octal 140 31 0 0 112 144 76 20 144 23
Binary 1100000 11001 0 0 1001010 1100100 111110 10000 1100100 10011

Color Harmonies of #601900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601900

Black with #601900

Text Example


Text Example

White with #601900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601900; }

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

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

background-color css

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

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

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

border-color css

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

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

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