Html Css Color HEX #603A14 Baker's Chocolate

📋 copy color: '#603A14'

red 96 ◦ green 58 ◦ blue 20

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

Shades of Baker's Chocolate #603A14

Tints of Baker's Chocolate #603A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 55.17%
G = 33.33%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#603A14 (or 0x603A14) is known color: Baker's Chocolate. HEX triplet: 60, 3A and 14. RGB value is (96,58,20). Sum of RGB (Red+Green+Blue) = 96+58+20=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #603A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A14 is #9FC5EB. Grayscale: #414141. Windows color (decimal): -10470892 or 1325664. OLE color: 1325664.

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

Color convert

RGB 96 58 20 -
CMYK 0 0.40 0.79 0.62
HSL 30º 0.66% 0.23% -
HSV(B) 30º 0.79% 0.38% -
XYZ 6.46 5.56 1.4 -
YUV 65.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 96 58 20 0 0.40 0.79 0.62 30 0.66 0.23
Hex 60 3A 14 0 28 4F 3E 1E 42 17
Octal 140 72 24 0 50 117 76 36 102 27
Binary 1100000 111010 10100 0 101000 1001111 111110 11110 1000010 10111

Color Harmonies of #603A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A14

Black with #603A14

Text Example


Text Example

White with #603A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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