Html Css Color HEX #604C27 Bronze Olive

📋 copy color: '#604C27'

red 96 ◦ green 76 ◦ blue 39

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

Shades of Bronze Olive #604C27

Tints of Bronze Olive #604C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.48%

R = 45.5%
G = 36.02%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#604C27 (or 0x604C27) is known color: Bronze Olive. HEX triplet: 60, 4C and 27. RGB value is (96,76,39). Sum of RGB (Red+Green+Blue) = 96+76+39=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #604C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C27 is #9FB3D8. Grayscale: #4D4D4D. Windows color (decimal): -10466265 or 2575456. OLE color: 2575456.

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

Color convert

RGB 96 76 39 -
CMYK 0 0.21 0.59 0.62
HSL 38.95º 0.42% 0.26% -
HSV(B) 38.95º 0.59% 0.38% -
XYZ 7.77 7.8 3.02 -
YUV 77.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 96 76 39 0 0.21 0.59 0.62 38.95 0.42 0.26
Hex 60 4C 27 0 15 3B 3E 27 2A 1A
Octal 140 114 47 0 25 73 76 47 52 32
Binary 1100000 1001100 100111 0 10101 111011 111110 100111 101010 11010

Color Harmonies of #604C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C27

Black with #604C27

Text Example


Text Example

White with #604C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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