Html Css Color HEX #604C1F Bronze Olive

📋 copy color: '#604C1F'

red 96 ◦ green 76 ◦ blue 31

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

Shades of Bronze Olive #604C1F

Tints of Bronze Olive #604C1F

RGB

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

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

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

R = 47.29%
G = 37.44%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#604C1F (or 0x604C1F) is known color: Bronze Olive. HEX triplet: 60, 4C and 1F. RGB value is (96,76,31). Sum of RGB (Red+Green+Blue) = 96+76+31=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #604C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C1F is #9FB3E0. Grayscale: #4D4D4D. Windows color (decimal): -10466273 or 2051168. OLE color: 2051168.

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

Color convert

RGB 96 76 31 -
CMYK 0 0.21 0.68 0.62
HSL 41.54º 0.51% 0.25% -
HSV(B) 41.54º 0.68% 0.38% -
XYZ 7.66 7.75 2.39 -
YUV 76.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 96 76 31 0 0.21 0.68 0.62 41.54 0.51 0.25
Hex 60 4C 1F 0 15 44 3E 2A 33 19
Octal 140 114 37 0 25 104 76 52 63 31
Binary 1100000 1001100 11111 0 10101 1000100 111110 101010 110011 11001

Color Harmonies of #604C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C1F

Black with #604C1F

Text Example


Text Example

White with #604C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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