Html Css Color HEX #655416 Bronze Olive

📋 copy color: '#655416'

red 101 ◦ green 84 ◦ blue 22

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

Shades of Bronze Olive #655416

Tints of Bronze Olive #655416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

 BLUE value IS 22 (8.98% from 255) = 10.63%

R = 48.79%
G = 40.58%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#655416 (or 0x655416) is known color: Bronze Olive. HEX triplet: 65, 54 and 16. RGB value is (101,84,22). Sum of RGB (Red+Green+Blue) = 101+84+22=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #655416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655416 is #9AABE9. Grayscale: #525252. Windows color (decimal): -10136554 or 1463397. OLE color: 1463397.

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

Color convert

RGB 101 84 22 -
CMYK 0 0.17 0.78 0.60
HSL 47.09º 0.64% 0.24% -
HSV(B) 47.09º 0.78% 0.4% -
XYZ 8.68 9.17 2.07 -
YUV 82.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 101 84 22 0 0.17 0.78 0.60 47.09 0.64 0.24
Hex 65 54 16 0 11 4E 3C 2F 40 18
Octal 145 124 26 0 21 116 74 57 100 30
Binary 1100101 1010100 10110 0 10001 1001110 111100 101111 1000000 11000

Color Harmonies of #655416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655416

Black with #655416

Text Example


Text Example

White with #655416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655416; }

 p { color: rgb(101,84,22); }

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

background-color css

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

 a { background-color: rgb(101,84,22); }

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

border-color css

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

 span { border-color: rgb(101,84,22); }

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