Html Css Color HEX #604D26 Bronze Olive

📋 copy color: '#604D26'

red 96 ◦ green 77 ◦ blue 38

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

Shades of Bronze Olive #604D26

Tints of Bronze Olive #604D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.49%

 BLUE value IS 38 (15.23% from 255) = 18.01%

R = 45.5%
G = 36.49%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#604D26 (or 0x604D26) is known color: Bronze Olive. HEX triplet: 60, 4D and 26. RGB value is (96,77,38). Sum of RGB (Red+Green+Blue) = 96+77+38=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #604D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D26 is #9FB2D9. Grayscale: #4E4E4E. Windows color (decimal): -10466010 or 2510176. OLE color: 2510176.

HSL color Cylindrical-coordinate representation of color #604D26: hue angle of 40.34º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604D26 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 77 38 -
CMYK 0 0.20 0.60 0.62
HSL 40.34º 0.43% 0.26% -
HSV(B) 40.34º 0.6% 0.38% -
XYZ 7.83 7.93 2.95 -
YUV 78.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 96 77 38 0 0.20 0.60 0.62 40.34 0.43 0.26
Hex 60 4D 26 0 14 3C 3E 28 2B 1A
Octal 140 115 46 0 24 74 76 50 53 32
Binary 1100000 1001101 100110 0 10100 111100 111110 101000 101011 11010

Color Harmonies of #604D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D26

Black with #604D26

Text Example


Text Example

White with #604D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,77,38); }

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

background-color css

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

 a { background-color: rgb(96,77,38); }

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

border-color css

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

 span { border-color: rgb(96,77,38); }

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