Html Css Color HEX #603014 Baker's Chocolate

📋 copy color: '#603014'

red 96 ◦ green 48 ◦ blue 20

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

Shades of Baker's Chocolate #603014

Tints of Baker's Chocolate #603014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

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

R = 58.54%
G = 29.27%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#603014 (or 0x603014) is known color: Baker's Chocolate. HEX triplet: 60, 30 and 14. RGB value is (96,48,20). Sum of RGB (Red+Green+Blue) = 96+48+20=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #603014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603014 is #9FCFEB. Grayscale: #3B3B3B. Windows color (decimal): -10473452 or 1323104. OLE color: 1323104.

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

Color convert

RGB 96 48 20 -
CMYK 0 0.50 0.79 0.62
HSL 22.11º 0.66% 0.23% -
HSV(B) 22.11º 0.79% 0.38% -
XYZ 6.01 4.65 1.24 -
YUV 59.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 96 48 20 0 0.50 0.79 0.62 22.11 0.66 0.23
Hex 60 30 14 0 32 4F 3E 16 42 17
Octal 140 60 24 0 62 117 76 26 102 27
Binary 1100000 110000 10100 0 110010 1001111 111110 10110 1000010 10111

Color Harmonies of #603014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603014

Black with #603014

Text Example


Text Example

White with #603014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603014; }

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

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

background-color css

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

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

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

border-color css

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

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

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