Html Css Color HEX #604A1F Bronze Olive

📋 copy color: '#604A1F'

red 96 ◦ green 74 ◦ blue 31

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

Shades of Bronze Olive #604A1F

Tints of Bronze Olive #604A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 47.76%
G = 36.82%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#604A1F (or 0x604A1F) is known color: Bronze Olive. HEX triplet: 60, 4A and 1F. RGB value is (96,74,31). Sum of RGB (Red+Green+Blue) = 96+74+31=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #604A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A1F is #9FB5E0. Grayscale: #4B4B4B. Windows color (decimal): -10466785 or 2050656. OLE color: 2050656.

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

Color convert

RGB 96 74 31 -
CMYK 0 0.23 0.68 0.62
HSL 39.69º 0.51% 0.25% -
HSV(B) 39.69º 0.68% 0.38% -
XYZ 7.52 7.48 2.34 -
YUV 75.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 96 74 31 0 0.23 0.68 0.62 39.69 0.51 0.25
Hex 60 4A 1F 0 17 44 3E 28 33 19
Octal 140 112 37 0 27 104 76 50 63 31
Binary 1100000 1001010 11111 0 10111 1000100 111110 101000 110011 11001

Color Harmonies of #604A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A1F

Black with #604A1F

Text Example


Text Example

White with #604A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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