Html Css Color HEX #655215 Bronze Olive

📋 copy color: '#655215'

red 101 ◦ green 82 ◦ blue 21

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

Shades of Bronze Olive #655215

Tints of Bronze Olive #655215

RGB

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

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

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

R = 49.51%
G = 40.2%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#655215 (or 0x655215) is known color: Bronze Olive. HEX triplet: 65, 52 and 15. RGB value is (101,82,21). Sum of RGB (Red+Green+Blue) = 101+82+21=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #655215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655215 is #9AADEA. Grayscale: #505050. Windows color (decimal): -10137067 or 1397349. OLE color: 1397349.

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

Color convert

RGB 101 82 21 -
CMYK 0 0.19 0.79 0.60
HSL 45.75º 0.66% 0.24% -
HSV(B) 45.75º 0.79% 0.4% -
XYZ 8.52 8.86 1.97 -
YUV 80.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 101 82 21 0 0.19 0.79 0.60 45.75 0.66 0.24
Hex 65 52 15 0 13 4F 3C 2E 42 18
Octal 145 122 25 0 23 117 74 56 102 30
Binary 1100101 1010010 10101 0 10011 1001111 111100 101110 1000010 11000

Color Harmonies of #655215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655215

Black with #655215

Text Example


Text Example

White with #655215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655215; }

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

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

background-color css

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

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

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

border-color css

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

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

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