Html Css Color HEX #603013 Baker's Chocolate

📋 copy color: '#603013'

red 96 ◦ green 48 ◦ blue 19

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

Shades of Baker's Chocolate #603013

Tints of Baker's Chocolate #603013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 58.9%
G = 29.45%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#603013 (or 0x603013) is known color: Baker's Chocolate. HEX triplet: 60, 30 and 13. RGB value is (96,48,19). Sum of RGB (Red+Green+Blue) = 96+48+19=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #603013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603013 is #9FCFEC. Grayscale: #3B3B3B. Windows color (decimal): -10473453 or 1257568. OLE color: 1257568.

HSL color Cylindrical-coordinate representation of color #603013: hue angle of 22.6º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #603013 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 19 -
CMYK 0 0.50 0.80 0.62
HSL 22.6º 0.67% 0.23% -
HSV(B) 22.6º 0.8% 0.38% -
XYZ 6 4.65 1.2 -
YUV 59.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 96 48 19 0 0.50 0.80 0.62 22.6 0.67 0.23
Hex 60 30 13 0 32 50 3E 17 43 17
Octal 140 60 23 0 62 120 76 27 103 27
Binary 1100000 110000 10011 0 110010 1010000 111110 10111 1000011 10111

Color Harmonies of #603013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603013

Black with #603013

Text Example


Text Example

White with #603013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603013; }

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

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

background-color css

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

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

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

border-color css

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

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

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