Html Css Color HEX #603A16 Baker's Chocolate

📋 copy color: '#603A16'

red 96 ◦ green 58 ◦ blue 22

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

Shades of Baker's Chocolate #603A16

Tints of Baker's Chocolate #603A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.95%

 BLUE value IS 22 (8.98% from 255) = 12.5%

R = 54.55%
G = 32.95%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#603A16 (or 0x603A16) is known color: Baker's Chocolate. HEX triplet: 60, 3A and 16. RGB value is (96,58,22). Sum of RGB (Red+Green+Blue) = 96+58+22=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #603A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A16 is #9FC5E9. Grayscale: #414141. Windows color (decimal): -10470890 or 1456736. OLE color: 1456736.

HSL color Cylindrical-coordinate representation of color #603A16: hue angle of 29.19º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #603A16 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 58 22 -
CMYK 0 0.40 0.77 0.62
HSL 29.19º 0.63% 0.23% -
HSV(B) 29.19º 0.77% 0.38% -
XYZ 6.48 5.57 1.49 -
YUV 65.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 96 58 22 0 0.40 0.77 0.62 29.19 0.63 0.23
Hex 60 3A 16 0 28 4D 3E 1D 3F 17
Octal 140 72 26 0 50 115 76 35 77 27
Binary 1100000 111010 10110 0 101000 1001101 111110 11101 111111 10111

Color Harmonies of #603A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A16

Black with #603A16

Text Example


Text Example

White with #603A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,58,22); }

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

background-color css

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

 a { background-color: rgb(96,58,22); }

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

border-color css

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

 span { border-color: rgb(96,58,22); }

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