Html Css Color HEX #655316 Bronze Olive

📋 copy color: '#655316'

red 101 ◦ green 83 ◦ blue 22

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

Shades of Bronze Olive #655316

Tints of Bronze Olive #655316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 49.03%
G = 40.29%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#655316 (or 0x655316) is known color: Bronze Olive. HEX triplet: 65, 53 and 16. RGB value is (101,83,22). Sum of RGB (Red+Green+Blue) = 101+83+22=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #655316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655316 is #9AACE9. Grayscale: #515151. Windows color (decimal): -10136810 or 1463141. OLE color: 1463141.

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

Color convert

RGB 101 83 22 -
CMYK 0 0.18 0.78 0.60
HSL 46.33º 0.64% 0.24% -
HSV(B) 46.33º 0.78% 0.4% -
XYZ 8.6 9.01 2.04 -
YUV 81.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 101 83 22 0 0.18 0.78 0.60 46.33 0.64 0.24
Hex 65 53 16 0 12 4E 3C 2E 40 18
Octal 145 123 26 0 22 116 74 56 100 30
Binary 1100101 1010011 10110 0 10010 1001110 111100 101110 1000000 11000

Color Harmonies of #655316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655316

Black with #655316

Text Example


Text Example

White with #655316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655316; }

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

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

background-color css

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

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

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

border-color css

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

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

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