Html Css Color HEX #603C10 Baker's Chocolate

📋 copy color: '#603C10'

red 96 ◦ green 60 ◦ blue 16

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

Shades of Baker's Chocolate #603C10

Tints of Baker's Chocolate #603C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 55.81%
G = 34.88%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#603C10 (or 0x603C10) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 10. RGB value is (96,60,16). Sum of RGB (Red+Green+Blue) = 96+60+16=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #603C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C10 is #9FC3EF. Grayscale: #414141. Windows color (decimal): -10470384 or 1064032. OLE color: 1064032.

HSL color Cylindrical-coordinate representation of color #603C10: hue angle of 33º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #603C10 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 60 16 -
CMYK 0 0.38 0.83 0.62
HSL 33º 0.71% 0.22% -
HSV(B) 33º 0.83% 0.38% -
XYZ 6.53 5.76 1.26 -
YUV 65.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 96 60 16 0 0.38 0.83 0.62 33 0.71 0.22
Hex 60 3C 10 0 26 53 3E 21 47 16
Octal 140 74 20 0 46 123 76 41 107 26
Binary 1100000 111100 10000 0 100110 1010011 111110 100001 1000111 10110

Color Harmonies of #603C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C10

Black with #603C10

Text Example


Text Example

White with #603C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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