Html Css Color HEX #603C15 Baker's Chocolate

📋 copy color: '#603C15'

red 96 ◦ green 60 ◦ blue 21

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

Shades of Baker's Chocolate #603C15

Tints of Baker's Chocolate #603C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.9%

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

R = 54.24%
G = 33.9%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#603C15 (or 0x603C15) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 15. RGB value is (96,60,21). Sum of RGB (Red+Green+Blue) = 96+60+21=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C15 is #9FC3EA. Grayscale: #424242. Windows color (decimal): -10470379 or 1391712. OLE color: 1391712.

HSL color Cylindrical-coordinate representation of color #603C15: hue angle of 31.2º 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 #603C15 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 60 21 -
CMYK 0 0.38 0.78 0.62
HSL 31.2º 0.64% 0.23% -
HSV(B) 31.2º 0.78% 0.38% -
XYZ 6.58 5.77 1.48 -
YUV 66.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 96 60 21 0 0.38 0.78 0.62 31.2 0.64 0.23
Hex 60 3C 15 0 26 4E 3E 1F 40 17
Octal 140 74 25 0 46 116 76 37 100 27
Binary 1100000 111100 10101 0 100110 1001110 111110 11111 1000000 10111

Color Harmonies of #603C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C15

Black with #603C15

Text Example


Text Example

White with #603C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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