Html Css Color HEX #605014 Bronze Olive

📋 copy color: '#605014'

red 96 ◦ green 80 ◦ blue 20

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

Shades of Bronze Olive #605014

Tints of Bronze Olive #605014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.82%

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

R = 48.98%
G = 40.82%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#605014 (or 0x605014) is known color: Bronze Olive. HEX triplet: 60, 50 and 14. RGB value is (96,80,20). Sum of RGB (Red+Green+Blue) = 96+80+20=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #605014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605014 is #9FAFEB. Grayscale: #4E4E4E. Windows color (decimal): -10465260 or 1331296. OLE color: 1331296.

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

Color convert

RGB 96 80 20 -
CMYK 0 0.17 0.79 0.62
HSL 47.37º 0.66% 0.23% -
HSV(B) 47.37º 0.79% 0.38% -
XYZ 7.82 8.27 1.85 -
YUV 77.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 96 80 20 0 0.17 0.79 0.62 47.37 0.66 0.23
Hex 60 50 14 0 11 4F 3E 2F 42 17
Octal 140 120 24 0 21 117 76 57 102 27
Binary 1100000 1010000 10100 0 10001 1001111 111110 101111 1000010 10111

Color Harmonies of #605014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605014

Black with #605014

Text Example


Text Example

White with #605014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605014; }

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

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

background-color css

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

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

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

border-color css

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

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

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