Html Css Color HEX #604C14 Bronze Olive

📋 copy color: '#604C14'

red 96 ◦ green 76 ◦ blue 20

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

Shades of Bronze Olive #604C14

Tints of Bronze Olive #604C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.58%

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

R = 50%
G = 39.58%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#604C14 (or 0x604C14) is known color: Bronze Olive. HEX triplet: 60, 4C and 14. RGB value is (96,76,20). Sum of RGB (Red+Green+Blue) = 96+76+20=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #604C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C14 is #9FB3EB. Grayscale: #4B4B4B. Windows color (decimal): -10466284 or 1330272. OLE color: 1330272.

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

Color convert

RGB 96 76 20 -
CMYK 0 0.21 0.79 0.62
HSL 44.21º 0.66% 0.23% -
HSV(B) 44.21º 0.79% 0.38% -
XYZ 7.53 7.71 1.75 -
YUV 75.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 96 76 20 0 0.21 0.79 0.62 44.21 0.66 0.23
Hex 60 4C 14 0 15 4F 3E 2C 42 17
Octal 140 114 24 0 25 117 76 54 102 27
Binary 1100000 1001100 10100 0 10101 1001111 111110 101100 1000010 10111

Color Harmonies of #604C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C14

Black with #604C14

Text Example


Text Example

White with #604C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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