Html Css Color HEX #601C03 Baker's Chocolate

📋 copy color: '#601C03'

red 96 ◦ green 28 ◦ blue 3

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

Shades of Baker's Chocolate #601C03

Tints of Baker's Chocolate #601C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.05%

 BLUE value IS 3 (1.56% from 255) = 2.36%

R = 75.59%
G = 22.05%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#601C03 (or 0x601C03) is known color: Baker's Chocolate. HEX triplet: 60, 1C and 03. RGB value is (96,28,3). Sum of RGB (Red+Green+Blue) = 96+28+3=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #601C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C03 is #9FE3FC. Grayscale: #2D2D2D. Windows color (decimal): -10478589 or 203872. OLE color: 203872.

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

Color convert

RGB 96 28 3 -
CMYK 0 0.71 0.97 0.62
HSL 16.13º 0.94% 0.19% -
HSV(B) 16.13º 0.97% 0.38% -
XYZ 5.26 3.32 0.45 -
YUV 45.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 96 28 3 0 0.71 0.97 0.62 16.13 0.94 0.19
Hex 60 1C 3 0 47 61 3E 10 5E 13
Octal 140 34 3 0 107 141 76 20 136 23
Binary 1100000 11100 11 0 1000111 1100001 111110 10000 1011110 10011

Color Harmonies of #601C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C03

Black with #601C03

Text Example


Text Example

White with #601C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601C03; }

 p { color: rgb(96,28,3); }

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

background-color css

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

 a { background-color: rgb(96,28,3); }

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

border-color css

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

 span { border-color: rgb(96,28,3); }

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