Html Css Color HEX #655115 Bronze Olive

📋 copy color: '#655115'

red 101 ◦ green 81 ◦ blue 21

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

Shades of Bronze Olive #655115

Tints of Bronze Olive #655115

RGB

 RED value IS 101 (39.84% from 255) = 49.75%

 GREEN value IS 81 (32.03% from 255) = 39.9%

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

R = 49.75%
G = 39.9%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#655115 (or 0x655115) is known color: Bronze Olive. HEX triplet: 65, 51 and 15. RGB value is (101,81,21). Sum of RGB (Red+Green+Blue) = 101+81+21=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #655115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655115 is #9AAEEA. Grayscale: #505050. Windows color (decimal): -10137323 or 1397093. OLE color: 1397093.

HSL color Cylindrical-coordinate representation of color #655115: hue angle of 45º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #655115 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 81 21 -
CMYK 0 0.20 0.79 0.60
HSL 45º 0.66% 0.24% -
HSV(B) 45º 0.79% 0.4% -
XYZ 8.44 8.71 1.94 -
YUV 80.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 101 81 21 0 0.20 0.79 0.60 45 0.66 0.24
Hex 65 51 15 0 14 4F 3C 2D 42 18
Octal 145 121 25 0 24 117 74 55 102 30
Binary 1100101 1010001 10101 0 10100 1001111 111100 101101 1000010 11000

Color Harmonies of #655115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655115

Black with #655115

Text Example


Text Example

White with #655115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655115; }

 p { color: rgb(101,81,21); }

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

background-color css

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

 a { background-color: rgb(101,81,21); }

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

border-color css

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

 span { border-color: rgb(101,81,21); }

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