Html Css Color HEX #655615 Bronze Olive

📋 copy color: '#655615'

red 101 ◦ green 86 ◦ blue 21

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

Shades of Bronze Olive #655615

Tints of Bronze Olive #655615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.35%

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

R = 48.56%
G = 41.35%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#655615 (or 0x655615) is known color: Bronze Olive. HEX triplet: 65, 56 and 15. RGB value is (101,86,21). Sum of RGB (Red+Green+Blue) = 101+86+21=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #655615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655615 is #9AA9EA. Grayscale: #535353. Windows color (decimal): -10136043 or 1398373. OLE color: 1398373.

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

Color convert

RGB 101 86 21 -
CMYK 0 0.15 0.79 0.60
HSL 48.75º 0.66% 0.24% -
HSV(B) 48.75º 0.79% 0.4% -
XYZ 8.83 9.48 2.07 -
YUV 83.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 101 86 21 0 0.15 0.79 0.60 48.75 0.66 0.24
Hex 65 56 15 0 F 4F 3C 31 42 18
Octal 145 126 25 0 17 117 74 61 102 30
Binary 1100101 1010110 10101 0 1111 1001111 111100 110001 1000010 11000

Color Harmonies of #655615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655615

Black with #655615

Text Example


Text Example

White with #655615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655615; }

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

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

background-color css

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

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

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

border-color css

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

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

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