Html Css Color HEX #604E26 Bronze Olive

📋 copy color: '#604E26'

red 96 ◦ green 78 ◦ blue 38

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

Shades of Bronze Olive #604E26

Tints of Bronze Olive #604E26

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.79%

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

R = 45.28%
G = 36.79%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#604E26 (or 0x604E26) is known color: Bronze Olive. HEX triplet: 60, 4E and 26. RGB value is (96,78,38). Sum of RGB (Red+Green+Blue) = 96+78+38=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #604E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E26 is #9FB1D9. Grayscale: #4F4F4F. Windows color (decimal): -10465754 or 2510432. OLE color: 2510432.

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

Color convert

RGB 96 78 38 -
CMYK 0 0.19 0.60 0.62
HSL 41.38º 0.43% 0.26% -
HSV(B) 41.38º 0.6% 0.38% -
XYZ 7.9 8.08 2.98 -
YUV 78.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 96 78 38 0 0.19 0.60 0.62 41.38 0.43 0.26
Hex 60 4E 26 0 13 3C 3E 29 2B 1A
Octal 140 116 46 0 23 74 76 51 53 32
Binary 1100000 1001110 100110 0 10011 111100 111110 101001 101011 11010

Color Harmonies of #604E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E26

Black with #604E26

Text Example


Text Example

White with #604E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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