Html Css Color HEX #604A10 Bronze Olive

📋 copy color: '#604A10'

red 96 ◦ green 74 ◦ blue 16

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

Shades of Bronze Olive #604A10

Tints of Bronze Olive #604A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.78%

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 51.61%
G = 39.78%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#604A10 (or 0x604A10) is known color: Bronze Olive. HEX triplet: 60, 4A and 10. RGB value is (96,74,16). Sum of RGB (Red+Green+Blue) = 96+74+16=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #604A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A10 is #9FB5EF. Grayscale: #4A4A4A. Windows color (decimal): -10466800 or 1067616. OLE color: 1067616.

HSL color Cylindrical-coordinate representation of color #604A10: hue angle of 43.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #604A10 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 74 16 -
CMYK 0 0.23 0.83 0.62
HSL 43.5º 0.71% 0.22% -
HSV(B) 43.5º 0.83% 0.38% -
XYZ 7.37 7.42 1.53 -
YUV 73.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 96 74 16 0 0.23 0.83 0.62 43.5 0.71 0.22
Hex 60 4A 10 0 17 53 3E 2C 47 16
Octal 140 112 20 0 27 123 76 54 107 26
Binary 1100000 1001010 10000 0 10111 1010011 111110 101100 1000111 10110

Color Harmonies of #604A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A10

Black with #604A10

Text Example


Text Example

White with #604A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,74,16); }

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

background-color css

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

 a { background-color: rgb(96,74,16); }

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

border-color css

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

 span { border-color: rgb(96,74,16); }

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