Html Css Color HEX #605213 Bronze Olive

📋 copy color: '#605213'

red 96 ◦ green 82 ◦ blue 19

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

Shades of Bronze Olive #605213

Tints of Bronze Olive #605213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

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

R = 48.73%
G = 41.62%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#605213 (or 0x605213) is known color: Bronze Olive. HEX triplet: 60, 52 and 13. RGB value is (96,82,19). Sum of RGB (Red+Green+Blue) = 96+82+19=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #605213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605213 is #9FADEC. Grayscale: #4F4F4F. Windows color (decimal): -10464749 or 1266272. OLE color: 1266272.

HSL color Cylindrical-coordinate representation of color #605213: hue angle of 49.09º 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 #605213 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 82 19 -
CMYK 0 0.15 0.80 0.62
HSL 49.09º 0.67% 0.23% -
HSV(B) 49.09º 0.8% 0.38% -
XYZ 7.96 8.57 1.85 -
YUV 79 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 96 82 19 0 0.15 0.80 0.62 49.09 0.67 0.23
Hex 60 52 13 0 F 50 3E 31 43 17
Octal 140 122 23 0 17 120 76 61 103 27
Binary 1100000 1010010 10011 0 1111 1010000 111110 110001 1000011 10111

Color Harmonies of #605213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605213

Black with #605213

Text Example


Text Example

White with #605213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605213; }

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

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

background-color css

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

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

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

border-color css

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

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

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