Html Css Color HEX #604C28 Bronze Olive

📋 copy color: '#604C28'

red 96 ◦ green 76 ◦ blue 40

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

Shades of Bronze Olive #604C28

Tints of Bronze Olive #604C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 45.28%
G = 35.85%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#604C28 (or 0x604C28) is known color: Bronze Olive. HEX triplet: 60, 4C and 28. RGB value is (96,76,40). Sum of RGB (Red+Green+Blue) = 96+76+40=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #604C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C28 is #9FB3D7. Grayscale: #4E4E4E. Windows color (decimal): -10466264 or 2640992. OLE color: 2640992.

HSL color Cylindrical-coordinate representation of color #604C28: hue angle of 38.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #604C28 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 76 40 -
CMYK 0 0.21 0.58 0.62
HSL 38.57º 0.41% 0.27% -
HSV(B) 38.57º 0.58% 0.38% -
XYZ 7.79 7.81 3.1 -
YUV 77.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 96 76 40 0 0.21 0.58 0.62 38.57 0.41 0.27
Hex 60 4C 28 0 15 3A 3E 27 29 1B
Octal 140 114 50 0 25 72 76 47 51 33
Binary 1100000 1001100 101000 0 10101 111010 111110 100111 101001 11011

Color Harmonies of #604C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C28

Black with #604C28

Text Example


Text Example

White with #604C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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