Html Css Color HEX #605413 Bronze Olive

📋 copy color: '#605413'

red 96 ◦ green 84 ◦ blue 19

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

Shades of Bronze Olive #605413

Tints of Bronze Olive #605413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 48.24%
G = 42.21%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#605413 (or 0x605413) is known color: Bronze Olive. HEX triplet: 60, 54 and 13. RGB value is (96,84,19). Sum of RGB (Red+Green+Blue) = 96+84+19=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #605413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605413 is #9FABEC. Grayscale: #505050. Windows color (decimal): -10464237 or 1266784. OLE color: 1266784.

HSL color Cylindrical-coordinate representation of color #605413: hue angle of 50.65º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #605413 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 84 19 -
CMYK 0 0.12 0.80 0.62
HSL 50.65º 0.67% 0.23% -
HSV(B) 50.65º 0.8% 0.38% -
XYZ 8.11 8.87 1.9 -
YUV 80.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 96 84 19 0 0.12 0.80 0.62 50.65 0.67 0.23
Hex 60 54 13 0 C 50 3E 33 43 17
Octal 140 124 23 0 14 120 76 63 103 27
Binary 1100000 1010100 10011 0 1100 1010000 111110 110011 1000011 10111

Color Harmonies of #605413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605413

Black with #605413

Text Example


Text Example

White with #605413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605413; }

 p { color: rgb(96,84,19); }

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

background-color css

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

 a { background-color: rgb(96,84,19); }

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

border-color css

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

 span { border-color: rgb(96,84,19); }

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