Html Css Color HEX #604C1B Bronze Olive

📋 copy color: '#604C1B'

red 96 ◦ green 76 ◦ blue 27

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

Shades of Bronze Olive #604C1B

Tints of Bronze Olive #604C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.57%

R = 48.24%
G = 38.19%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#604C1B (or 0x604C1B) is known color: Bronze Olive. HEX triplet: 60, 4C and 1B. RGB value is (96,76,27). Sum of RGB (Red+Green+Blue) = 96+76+27=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C1B is #9FB3E4. Grayscale: #4C4C4C. Windows color (decimal): -10466277 or 1789024. OLE color: 1789024.

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

Color convert

RGB 96 76 27 -
CMYK 0 0.21 0.72 0.62
HSL 42.61º 0.56% 0.24% -
HSV(B) 42.61º 0.72% 0.38% -
XYZ 7.61 7.73 2.13 -
YUV 76.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 96 76 27 0 0.21 0.72 0.62 42.61 0.56 0.24
Hex 60 4C 1B 0 15 48 3E 2B 38 18
Octal 140 114 33 0 25 110 76 53 70 30
Binary 1100000 1001100 11011 0 10101 1001000 111110 101011 111000 11000

Color Harmonies of #604C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C1B

Black with #604C1B

Text Example


Text Example

White with #604C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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