Html Css Color HEX #603115 Baker's Chocolate

📋 copy color: '#603115'

red 96 ◦ green 49 ◦ blue 21

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

Shades of Baker's Chocolate #603115

Tints of Baker's Chocolate #603115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.52%

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

R = 57.83%
G = 29.52%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#603115 (or 0x603115) is known color: Baker's Chocolate. HEX triplet: 60, 31 and 15. RGB value is (96,49,21). Sum of RGB (Red+Green+Blue) = 96+49+21=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603115 is #9FCEEA. Grayscale: #3C3C3C. Windows color (decimal): -10473195 or 1388896. OLE color: 1388896.

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

Color convert

RGB 96 49 21 -
CMYK 0 0.49 0.78 0.62
HSL 22.4º 0.64% 0.23% -
HSV(B) 22.4º 0.78% 0.38% -
XYZ 6.06 4.74 1.3 -
YUV 59.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 96 49 21 0 0.49 0.78 0.62 22.4 0.64 0.23
Hex 60 31 15 0 31 4E 3E 16 40 17
Octal 140 61 25 0 61 116 76 26 100 27
Binary 1100000 110001 10101 0 110001 1001110 111110 10110 1000000 10111

Color Harmonies of #603115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603115

Black with #603115

Text Example


Text Example

White with #603115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603115; }

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

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

background-color css

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

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

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

border-color css

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

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

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