Html Css Color HEX #603C13 Baker's Chocolate

📋 copy color: '#603C13'

red 96 ◦ green 60 ◦ blue 19

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

Shades of Baker's Chocolate #603C13

Tints of Baker's Chocolate #603C13

RGB

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

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

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

R = 54.86%
G = 34.29%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#603C13 (or 0x603C13) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 13. RGB value is (96,60,19). Sum of RGB (Red+Green+Blue) = 96+60+19=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #603C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C13 is #9FC3EC. Grayscale: #424242. Windows color (decimal): -10470381 or 1260640. OLE color: 1260640.

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

Color convert

RGB 96 60 19 -
CMYK 0 0.38 0.80 0.62
HSL 31.95º 0.67% 0.23% -
HSV(B) 31.95º 0.8% 0.38% -
XYZ 6.56 5.77 1.38 -
YUV 66.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 96 60 19 0 0.38 0.80 0.62 31.95 0.67 0.23
Hex 60 3C 13 0 26 50 3E 20 43 17
Octal 140 74 23 0 46 120 76 40 103 27
Binary 1100000 111100 10011 0 100110 1010000 111110 100000 1000011 10111

Color Harmonies of #603C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C13

Black with #603C13

Text Example


Text Example

White with #603C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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