Html Css Color HEX #655515 Bronze Olive

📋 copy color: '#655515'

red 101 ◦ green 85 ◦ blue 21

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

Shades of Bronze Olive #655515

Tints of Bronze Olive #655515

RGB

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

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

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

R = 48.79%
G = 41.06%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#655515 (or 0x655515) is known color: Bronze Olive. HEX triplet: 65, 55 and 15. RGB value is (101,85,21). Sum of RGB (Red+Green+Blue) = 101+85+21=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #655515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655515 is #9AAAEA. Grayscale: #525252. Windows color (decimal): -10136299 or 1398117. OLE color: 1398117.

HSL color Cylindrical-coordinate representation of color #655515: hue angle of 48º 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 #655515 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 85 21 -
CMYK 0 0.16 0.79 0.60
HSL 48º 0.66% 0.24% -
HSV(B) 48º 0.79% 0.4% -
XYZ 8.75 9.32 2.05 -
YUV 82.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 101 85 21 0 0.16 0.79 0.60 48 0.66 0.24
Hex 65 55 15 0 10 4F 3C 30 42 18
Octal 145 125 25 0 20 117 74 60 102 30
Binary 1100101 1010101 10101 0 10000 1001111 111100 110000 1000010 11000

Color Harmonies of #655515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655515

Black with #655515

Text Example


Text Example

White with #655515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655515; }

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

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

background-color css

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

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

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

border-color css

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

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

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