Html Css Color HEX #605515 Bronze Olive

📋 copy color: '#605515'

red 96 ◦ green 85 ◦ blue 21

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

Shades of Bronze Olive #605515

Tints of Bronze Olive #605515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.08%

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 47.52%
G = 42.08%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#605515 (or 0x605515) is known color: Bronze Olive. HEX triplet: 60, 55 and 15. RGB value is (96,85,21). Sum of RGB (Red+Green+Blue) = 96+85+21=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #605515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605515 is #9FAAEA. Grayscale: #515151. Windows color (decimal): -10463979 or 1398112. OLE color: 1398112.

HSL color Cylindrical-coordinate representation of color #605515: hue angle of 51.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #605515 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 85 21 -
CMYK 0 0.11 0.78 0.62
HSL 51.2º 0.64% 0.23% -
HSV(B) 51.2º 0.78% 0.38% -
XYZ 8.21 9.04 2.02 -
YUV 80.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 96 85 21 0 0.11 0.78 0.62 51.2 0.64 0.23
Hex 60 55 15 0 B 4E 3E 33 40 17
Octal 140 125 25 0 13 116 76 63 100 27
Binary 1100000 1010101 10101 0 1011 1001110 111110 110011 1000000 10111

Color Harmonies of #605515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605515

Black with #605515

Text Example


Text Example

White with #605515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605515; }

 p { color: rgb(96,85,21); }

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

background-color css

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

 a { background-color: rgb(96,85,21); }

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

border-color css

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

 span { border-color: rgb(96,85,21); }

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