Html Css Color HEX #603015 Baker's Chocolate

📋 copy color: '#603015'

red 96 ◦ green 48 ◦ blue 21

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

Shades of Baker's Chocolate #603015

Tints of Baker's Chocolate #603015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.73%

R = 58.18%
G = 29.09%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#603015 (or 0x603015) is known color: Baker's Chocolate. HEX triplet: 60, 30 and 15. RGB value is (96,48,21). Sum of RGB (Red+Green+Blue) = 96+48+21=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #603015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603015 is #9FCFEA. Grayscale: #3B3B3B. Windows color (decimal): -10473451 or 1388640. OLE color: 1388640.

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

Color convert

RGB 96 48 21 -
CMYK 0 0.50 0.78 0.62
HSL 21.6º 0.64% 0.23% -
HSV(B) 21.6º 0.78% 0.38% -
XYZ 6.02 4.65 1.29 -
YUV 59.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 96 48 21 0 0.50 0.78 0.62 21.6 0.64 0.23
Hex 60 30 15 0 32 4E 3E 16 40 17
Octal 140 60 25 0 62 116 76 26 100 27
Binary 1100000 110000 10101 0 110010 1001110 111110 10110 1000000 10111

Color Harmonies of #603015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603015

Black with #603015

Text Example


Text Example

White with #603015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603015; }

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

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

background-color css

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

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

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

border-color css

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

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

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