Html Css Color HEX #604B1F Bronze Olive

📋 copy color: '#604B1F'

red 96 ◦ green 75 ◦ blue 31

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

Shades of Bronze Olive #604B1F

Tints of Bronze Olive #604B1F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.13%

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

R = 47.52%
G = 37.13%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#604B1F (or 0x604B1F) is known color: Bronze Olive. HEX triplet: 60, 4B and 1F. RGB value is (96,75,31). Sum of RGB (Red+Green+Blue) = 96+75+31=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #604B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B1F is #9FB4E0. Grayscale: #4C4C4C. Windows color (decimal): -10466529 or 2050912. OLE color: 2050912.

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

Color convert

RGB 96 75 31 -
CMYK 0 0.22 0.68 0.62
HSL 40.62º 0.51% 0.25% -
HSV(B) 40.62º 0.68% 0.38% -
XYZ 7.59 7.62 2.37 -
YUV 76.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 96 75 31 0 0.22 0.68 0.62 40.62 0.51 0.25
Hex 60 4B 1F 0 16 44 3E 29 33 19
Octal 140 113 37 0 26 104 76 51 63 31
Binary 1100000 1001011 11111 0 10110 1000100 111110 101001 110011 11001

Color Harmonies of #604B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604B1F

Black with #604B1F

Text Example


Text Example

White with #604B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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